guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cbac6cb449574fc79799aaff60f1bb6f02f98e0b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:09 2026 +0900

    gnu: gnome-user-docs: Update to 49.4.
    
    * gnu/packages/gnome.scm (gnome-user-docs): Update to 49.4.
    
    Change-Id: Iad893b54da92ccf1417460a1c1fa04e43c54f74d
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 2da53183af..2f2cff31c5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1781,7 +1781,7 @@ and running smart commands.")
 (define-public gnome-user-docs
   (package
    (name "gnome-user-docs")
-   (version "48.5")
+   (version "49.4")
    (source
     (origin
       (method url-fetch)
@@ -1789,7 +1789,7 @@ and running smart commands.")
                           (version-major version)
                           "/gnome-user-docs-" version ".tar.xz"))
       (sha256
-       (base32 "1ih2n9z4kym7xrwmkk7b8gbm1n8w5dzg6bj8gklymain3kyxfqnh"))))
+       (base32 "104amr45zp101b81b3fw2pw4w4a7cf542l7biyy1a7swvpm4hi06"))))
    (build-system gnu-build-system)
    (native-inputs
     (list gettext-minimal itstool pkg-config libxml2))

Reply via email to