diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 03:48:34 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:28 -0500 |
commit | a6e448358d77fe4e4a23cafd89a5feb77d453fc5 (patch) | |
tree | 1225d87c652bc304906a33cfb5a50d45f624fa3e /gnu | |
parent | 6a55accc8001bda7d4c9da2ec4926cea6dc88c35 (diff) | |
download | guix-a6e448358d77fe4e4a23cafd89a5feb77d453fc5.tar guix-a6e448358d77fe4e4a23cafd89a5feb77d453fc5.tar.gz |
gnu: clutter-gtk: Update to 1.8.2.
* gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 011f882264..4f91a2f636 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2909,7 +2909,7 @@ presentations, kiosk style applications and so on.") (define-public clutter-gtk (package (name "clutter-gtk") - (version "1.8.0") + (version "1.8.2") (source (origin (method url-fetch) @@ -2918,7 +2918,7 @@ presentations, kiosk style applications and so on.") name "-" version ".tar.xz")) (sha256 (base32 - "07dzvx0b3fsswxnpxgk0adjgccnrvbxsd971naqwndnfivbgjbkl")))) + "153bl9256yjnfcplp7jmgf7lm2zb790zkayjclzsv42l6a3d89ys")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |