3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: totem: Update to 3.20.0.

* gnu/packages/gnome.scm (totem): Update to 3.20.0.
This commit is contained in:
宋文武 2016-04-07 09:33:03 +08:00 committed by Ludovic Courtès
parent 6dec728d4a
commit bbdae66bf8

View file

@ -3073,7 +3073,7 @@ for application developers.")
(define-public totem
(package
(name "totem")
(version "3.18.1")
(version "3.20.0")
(source
(origin
(method url-fetch)
@ -3082,7 +3082,7 @@ for application developers.")
name "-" version ".tar.xz"))
(sha256
(base32
"18h784c77m4h359j3xnlwqlfvnhbw7m052ahzm26r106jsp6x0fp"))))
"1pq3fg4778qrylkg6lc4jcb3gvm46n5y7mfn26iihi23aj844yq7"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)