guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 53d251161e081a69b6fa8aa17f26f2bddf6ce4fe
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:19 2025 +0900

    gnu: gnome-user-docs: Update to 48.2.
    
    * gnu/packages/gnome.scm (gnome-user-docs): Update to 48.2.
    
    Change-Id: If2edb792fad8f67a86f05a61cfded6a1215b26c6
---
 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 6b129d1d7d..b25fb4cd9c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1904,7 +1904,7 @@ and running smart commands.")
 (define-public gnome-user-docs
   (package
    (name "gnome-user-docs")
-   (version "46.7")
+   (version "48.2")
    (source
     (origin
       (method url-fetch)
@@ -1912,7 +1912,7 @@ and running smart commands.")
                           (version-major version)
                           "/gnome-user-docs-" version ".tar.xz"))
       (sha256
-       (base32 "15qzaa1d22l56xflj7jql28ghl4y4lg7rwjrai8i7758aqy6qipl"))))
+       (base32 "1f9xz9xmx02zvgbppgq1nhgr7k207d8zcbppkzwxfwm69dv9z0k7"))))
    (build-system gnu-build-system)
    (native-inputs
     (list gettext-minimal itstool pkg-config libxml2))

Reply via email to