me
/
guix
Archived
1
0
Fork 0

gnu: clutter-gtk: Update to 1.8.4.

* gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.4.
master
Tobias Geerinckx-Rice 2018-07-03 04:57:54 +02:00
parent 357d74c025
commit 5d1a3219d2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3336,7 +3336,7 @@ presentations, kiosk style applications and so on.")
(define-public clutter-gtk
(package
(name "clutter-gtk")
(version "1.8.2")
(version "1.8.4")
(source
(origin
(method url-fetch)
@ -3345,7 +3345,7 @@ presentations, kiosk style applications and so on.")
name "-" version ".tar.xz"))
(sha256
(base32
"153bl9256yjnfcplp7jmgf7lm2zb790zkayjclzsv42l6a3d89ys"))))
"01ibniy4ich0fgpam53q252idm7f4fn5xg5qvizcfww90gn9652j"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)