gnu: gnome-common: Update to 3.18.0.

* gnu/packages/gnome.scm (gnome-common): Update to 3.18.0.
This commit is contained in:
Efraim Flashner 2015-12-13 12:21:15 +02:00
parent 506959552f
commit af83490d7e
1 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ features to enable users to create their discs easily and quickly.")
(define-public gnome-common (define-public gnome-common
(package (package
(name "gnome-common") (name "gnome-common")
(version "3.14.0") (version "3.18.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -161,7 +161,7 @@ features to enable users to create their discs easily and quickly.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0b1676g4q44ah73c5gwl1kg88pc93pnq1pa9kwl43d0vg0pj802c")))) "1kzqi8qvh5p1zncj8msazlmvcwsczjz2hqxp4x2y0mg718vrwmi2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.gnome.org/") (home-page "https://www.gnome.org/")
(synopsis "Bootstrap GNOME modules built from Git") (synopsis "Bootstrap GNOME modules built from Git")