From 0890f556d0a5b64b9d80c19a1848076e404fd4ac Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Wed, 17 Jul 2024 22:21:27 +0200 Subject: [PATCH] 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 41777fbf56c..ae9d2d198c5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2000,7 +2000,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) @@ -2008,7 +2008,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))