diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:07 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:46 +0100 |
commit | 91193aed65220d0aa704244421fa012b6426f3a1 (patch) | |
tree | ffab186dc8b5b6e28e347f16ed6529dfaedf93a5 | |
parent | 09277e7be77bc70efd01aee4caab019f107787a2 (diff) | |
download | guix-91193aed65220d0aa704244421fa012b6426f3a1.tar.gz guix-91193aed65220d0aa704244421fa012b6426f3a1.zip |
gnu: gnome-user-docs: Update to 46.7.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 46.7.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index eff6fa6263..27838edfb3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2002,7 +2002,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) @@ -2010,7 +2010,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)) |