lilyp pushed a commit to branch gnome-team
in repository guix.
commit 2d4bb6863bca97dbf138e0045d32df9578a30b5a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Jul 17 22:21:27 2024 +0200
gnu: gnome-user-docs: Update to 46.1.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 46.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 91c02fcf87..792eb03c76 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1991,7 +1991,7 @@ and running smart commands.")
(define-public gnome-user-docs
(package
(name "gnome-user-docs")
- (version "44.6")
+ (version "46.1")
(source
(origin
(method url-fetch)
@@ -1999,7 +1999,7 @@ and running smart commands.")
(version-major version)
"/gnome-user-docs-" version ".tar.xz"))
(sha256
- (base32 "0ds2mccrgmb4jgw196jjm7xzlvnir8k80g1v55sd4nn00prc1b9g"))))
+ (base32 "1nha33zd4mj37ql41qci6wnd2fsqnqxp378n9m7yp5xpxv5r6wm9"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal itstool pkg-config libxml2))