diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2026-01-31 20:27:04 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:11 +0100 |
| commit | 10ff30dae53722deaeecc711eed4b32c1c21af6c (patch) | |
| tree | d734fe24d946c9ca26dbf490a6ef0ef3a44a80f1 | |
| parent | e84b5d71df8a3cec1c3c95f80e87e0509ad63041 (diff) | |
gnu: gnome-user-docs: Update to 48.5.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 48.5.
| -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 a5de1f86524..70ec156a8ab 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1906,7 +1906,7 @@ and running smart commands.") (define-public gnome-user-docs (package (name "gnome-user-docs") - (version "46.7") + (version "48.5") (source (origin (method url-fetch) @@ -1914,7 +1914,7 @@ and running smart commands.") (version-major version) "/gnome-user-docs-" version ".tar.xz")) (sha256 - (base32 "15qzaa1d22l56xflj7jql28ghl4y4lg7rwjrai8i7758aqy6qipl")))) + (base32 "1ih2n9z4kym7xrwmkk7b8gbm1n8w5dzg6bj8gklymain3kyxfqnh")))) (build-system gnu-build-system) (native-inputs (list gettext-minimal itstool pkg-config libxml2)) |
