summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-23 17:13:59 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:54 -0400
commita4901cb7327ec509db3b07ff826f5b2b8caed95f (patch)
tree19ba02dcdd83653fc6db69f9f64e0ea5e8f91b7b /gnu/packages
parentf073b8b31682324dce8de398d2dadc6101fd6a08 (diff)
downloadguix-a4901cb7327ec509db3b07ff826f5b2b8caed95f.tar.gz
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 578e9aa2be..4f78dba01c 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.")