diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 20:22:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 21:02:24 +0200 |
commit | f9c182adc295e30d86897c185d7897be6a4757d3 (patch) | |
tree | 5f75fe715ef748c503a8657b58548bab3063b744 /gnu/packages/gnome.scm | |
parent | 71dc411b21318bea8f13ff0212a96bda2e13304f (diff) | |
download | guix-f9c182adc295e30d86897c185d7897be6a4757d3.tar.gz |
gnu: totem-pl-parser: Update to 3.26.5.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.5.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 975659457f..0f5d84d410 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5158,7 +5158,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/" @@ -5166,7 +5166,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. |