gnu: gnome-user-docs: Update to 48.2.

* gnu/packages/gnome.scm (gnome-user-docs): Update to 48.2.

Change-Id: If2edb792fad8f67a86f05a61cfded6a1215b26c6
This commit is contained in:
Maxim Cournoyer 2025-05-19 14:01:19 +09:00 committed by Liliana Marie Prikler
parent 7448a151c2
commit 53d251161e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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))