mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: totem-pl-parser: Update to 3.26.6.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.6.
This commit is contained in:
parent
53819a83c7
commit
bb28eb0855
1 changed files with 2 additions and 2 deletions
|
@ -5603,7 +5603,7 @@ (define-public gnome-settings-daemon
|
||||||
(define-public totem-pl-parser
|
(define-public totem-pl-parser
|
||||||
(package
|
(package
|
||||||
(name "totem-pl-parser")
|
(name "totem-pl-parser")
|
||||||
(version "3.26.5")
|
(version "3.26.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/totem-pl-parser/"
|
(uri (string-append "mirror://gnome/sources/totem-pl-parser/"
|
||||||
|
@ -5611,7 +5611,7 @@ (define-public totem-pl-parser
|
||||||
"totem-pl-parser-" version ".tar.xz"))
|
"totem-pl-parser-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"132jihnf51zs98yjkc6jxyqib4f3dawpjm17g4bj4j78y93dww2k"))))
|
"075csd5x0frgf93jvhlqiwv5i0qm24zz3iw17jj7v7fgsml0zpy0"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests require gvfs.
|
;; FIXME: Tests require gvfs.
|
||||||
|
|
Loading…
Reference in a new issue