me
/
guix
Archived
1
0
Fork 0

gnu: gnome-desktop: Update to 3.24.1.

* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.1.
master
Kei Kebreau 2017-05-10 08:23:32 -04:00 committed by Marius Bakke
parent 31860852cd
commit 521cdb4bbf
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ commonly used macros.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
(version "3.22.2")
(version "3.24.1")
(source
(origin
(method url-fetch)
@ -270,7 +270,7 @@ commonly used macros.")
name "-" version ".tar.xz"))
(sha256
(base32
"074yjz4g9gii045v2pl1ad34hcg92ci04ynxqcabwnf3lvvypmsi"))))
"1as5ri52n6wphvhqnxa813q15jri0x47hxsjikjcmb2big9vf2fy"))))
(build-system gnu-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)