mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: clutter-gtk: Update to 1.8.0.
* gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.0.
This commit is contained in:
parent
71a5614913
commit
5befffd596
1 changed files with 2 additions and 2 deletions
|
@ -2815,7 +2815,7 @@ (define-public clutter
|
||||||
(define-public clutter-gtk
|
(define-public clutter-gtk
|
||||||
(package
|
(package
|
||||||
(name "clutter-gtk")
|
(name "clutter-gtk")
|
||||||
(version "1.6.6")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2824,7 +2824,7 @@ (define-public clutter-gtk
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a2a8ci6in82l43zak3zj3cyms23i5rq6lzk1bz013gm023ach4l"))))
|
"07dzvx0b3fsswxnpxgk0adjgccnrvbxsd971naqwndnfivbgjbkl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue