me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (gnome-user-docs): Update to 40.5.
[source]: Fix the URL.
master
Mathieu Othacehe 2021-09-22 18:15:14 +00:00
parent 6a0bdb4652
commit a833959a82
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 3 deletions

View File

@ -1857,15 +1857,15 @@ and running smart commands.")
(define-public gnome-user-docs
(package
(name "gnome-user-docs")
(version "3.32.3")
(version "40.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-user-docs/"
(version-major+minor version)
(version-major version)
"/gnome-user-docs-" version ".tar.xz"))
(sha256
(base32 "0dvsl0ldg8rf7yq0r4dv1pn41s7gjgcqp7agkbflkbmhrl6vbhig"))))
(base32 "0p6ysdqlfc7vvzsrcanl9bhsc7666sv42xxzpbgsf5j55z3yrkpr"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)