mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: totem-pl-parser: Update to 3.10.8.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.10.8.
This commit is contained in:
parent
94793c1d0a
commit
7c94a3599e
1 changed files with 2 additions and 2 deletions
|
@ -2983,7 +2983,7 @@ (define-public gnome-settings-daemon
|
|||
(define-public totem-pl-parser
|
||||
(package
|
||||
(name "totem-pl-parser")
|
||||
(version "3.10.7")
|
||||
(version "3.10.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/totem-pl-parser/"
|
||||
|
@ -2991,7 +2991,7 @@ (define-public totem-pl-parser
|
|||
"totem-pl-parser-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17089sqyh6w6zr8ci865ihmvqshnslcsk9fbsl4s7yii66y8b0lw"))))
|
||||
"0ayxg0gfs5h5jhr811ja5hxlhryklzp6jlal2ach9wym2c3hmigz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; FIXME: Tests require gvfs.
|
||||
|
|
Loading…
Reference in a new issue