gnu: gnome-user-docs: Update to 40.5.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 40.5. [source]: Fix the URL.
This commit is contained in:
parent
6a0bdb4652
commit
a833959a82
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user