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

commit d94a476b9cd709a60d20832dfdec1367808f8bf1
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 05be84586f..d9cefbdd4e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1996,7 +1996,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)
@@ -2004,7 +2004,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))

Reply via email to