lilyp pushed a commit to branch gnome-team
in repository guix.
commit 84dd2cbc7dc9fb29b2b8445a7f4bff23f4e6ee42
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100
gnu: gnome-user-docs: Update to 46.7.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 46.7.
---
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 61a923b7cb..0684044acd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1998,7 +1998,7 @@ and running smart commands.")
(define-public gnome-user-docs
(package
(name "gnome-user-docs")
- (version "46.1")
+ (version "46.7")
(source
(origin
(method url-fetch)
@@ -2006,7 +2006,7 @@ and running smart commands.")
(version-major version)
"/gnome-user-docs-" version ".tar.xz"))
(sha256
- (base32 "1nha33zd4mj37ql41qci6wnd2fsqnqxp378n9m7yp5xpxv5r6wm9"))))
+ (base32 "15qzaa1d22l56xflj7jql28ghl4y4lg7rwjrai8i7758aqy6qipl"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal itstool pkg-config libxml2))