kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit a251b3c1fb066ea2ef362928029150eb2d77c92f
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 14:04:33 2020 -0400
gnu: gnome-user-docs: Update to 3.36.1.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 3.36.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7e7f724..690852e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -946,7 +946,7 @@ either on a local, or remote machine via a number of
methods.")
(define-public gnome-user-docs
(package
(name "gnome-user-docs")
- (version "3.32.3")
+ (version "3.36.1")
(source
(origin
(method url-fetch)
@@ -954,7 +954,7 @@ either on a local, or remote machine via a number of
methods.")
(version-major+minor version)
"/gnome-user-docs-" version ".tar.xz"))
(sha256
- (base32 "0dvsl0ldg8rf7yq0r4dv1pn41s7gjgcqp7agkbflkbmhrl6vbhig"))))
+ (base32 "0vnwya5g7fg0jhdrg9drxnx83lhk8qa2nvcrmd1sdfanlz4qfhjf"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)