diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:21:15 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:21:15 +0200 |
commit | af83490d7e156e8e34335e429803c670143411e7 (patch) | |
tree | bf857baea3daf1229c2c48c6bb50540ced600d08 /gnu | |
parent | 506959552ff77870b5a73069fa3577ffe1a9bcfc (diff) | |
download | guix-af83490d7e156e8e34335e429803c670143411e7.tar guix-af83490d7e156e8e34335e429803c670143411e7.tar.gz |
gnu: gnome-common: Update to 3.18.0.
* gnu/packages/gnome.scm (gnome-common): Update to 3.18.0.
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 ab8accdd89..47c62f1d02 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -152,7 +152,7 @@ features to enable users to create their discs easily and quickly.") (define-public gnome-common (package (name "gnome-common") - (version "3.14.0") + (version "3.18.0") (source (origin (method url-fetch) @@ -161,7 +161,7 @@ features to enable users to create their discs easily and quickly.") name "-" version ".tar.xz")) (sha256 (base32 - "0b1676g4q44ah73c5gwl1kg88pc93pnq1pa9kwl43d0vg0pj802c")))) + "1kzqi8qvh5p1zncj8msazlmvcwsczjz2hqxp4x2y0mg718vrwmi2")))) (build-system gnu-build-system) (home-page "https://www.gnome.org/") (synopsis "Bootstrap GNOME modules built from Git") |