gnu: totem: Update to 3.34.1.

* gnu/packages/gnome.scm (totem): Update to 3.34.1.

(cherry picked from commit 513a19c38116795c811e6421004ac8f7d83525fa)
This commit is contained in:
Kei Kebreau 2019-12-18 23:01:01 -05:00
parent 8069ff0bc4
commit 961dc62d19
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -4831,7 +4831,7 @@ (define-public grilo-plugins
(define-public totem
(package
(name "totem")
(version "3.32.1")
(version "3.34.1")
(source
(origin
(method url-fetch)
@ -4840,7 +4840,7 @@ (define-public totem
name "-" version ".tar.xz"))
(sha256
(base32
"0yra8apc7smpwf7d1k8crhrm8d4wix24ds6i9yxbch1v11jnhr3v"))))
"028sc6xbyi7rs884862d8f3di6zhcm0lhvlpc3r69ifzjsq9my3b"))))
(build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)