kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 2ce8f5dc1fa54f8d84605ef9e6667ea198c1ba29
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 23 17:13:59 2020 -0400
gnu: totem-pl-parser: Update to 3.26.5.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.5.
[home-page]: Follow redirect.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4318783..1f1379b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4297,7 +4297,7 @@ settings, themes, mouse settings, and startup of other
daemons.")
(define-public totem-pl-parser
(package
(name "totem-pl-parser")
- (version "3.26.3")
+ (version "3.26.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/totem-pl-parser/"
@@ -4305,7 +4305,7 @@ settings, themes, mouse settings, and startup of other
daemons.")
"totem-pl-parser-" version ".tar.xz"))
(sha256
(base32
- "13a45py2j1r9967zgww8kd24bn2fhycd4m3kzr90sxx9l2w03z8f"))))
+ "132jihnf51zs98yjkc6jxyqib4f3dawpjm17g4bj4j78y93dww2k"))))
(build-system meson-build-system)
(arguments
;; FIXME: Tests require gvfs.
@@ -4323,7 +4323,7 @@ settings, themes, mouse settings, and startup of other
daemons.")
("libxml2" ,libxml2)))
(inputs
`(("libsoup" ,libsoup)))
- (home-page "https://projects.gnome.org/totem")
+ (home-page "https://wiki.gnome.org/Apps/Videos")
(synopsis "Library to parse and save media playlists for GNOME")
(description "Totem-pl-parser is a GObjects-based library to parse and save
playlists in a variety of formats.")