guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit fcd6fc6c750cab86273f424d1bb4d7687ed07d44
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jan 31 20:27:04 2026 +0100
gnu: gnome-user-docs: Update to 48.5.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 48.5.
---
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 5418dc0ff6..17e2f9922f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1905,7 +1905,7 @@ and running smart commands.")
(define-public gnome-user-docs
(package
(name "gnome-user-docs")
- (version "46.7")
+ (version "48.5")
(source
(origin
(method url-fetch)
@@ -1913,7 +1913,7 @@ and running smart commands.")
(version-major version)
"/gnome-user-docs-" version ".tar.xz"))
(sha256
- (base32 "15qzaa1d22l56xflj7jql28ghl4y4lg7rwjrai8i7758aqy6qipl"))))
+ (base32 "1ih2n9z4kym7xrwmkk7b8gbm1n8w5dzg6bj8gklymain3kyxfqnh"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal itstool pkg-config libxml2))