me
/
guix
Archived
1
0
Fork 0

gnu: gnome-desktop: Update to 3.20.1.

* gnu/packages/gnome.scm (gnome-desktop): Update to 3.20.1.
master
宋文武 2016-04-28 09:43:35 +08:00
parent 3f57959caa
commit ab740c7f2e
1 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ commonly used macros.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
(version "3.20.0")
(version "3.20.1")
(source
(origin
(method url-fetch)
@ -197,7 +197,7 @@ commonly used macros.")
name "-" version ".tar.xz"))
(sha256
(base32
"13dhvax8fy9qkna4dphb7b5fxn3dsk818p3q8b92a7nrrwcgiiqq"))))
"0h6185lmkaf49dr43pb6gsb9yi25rc32n7dq5186hwln38mppb3f"))))
(build-system gnu-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)