mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xdg-utils: Update to 1.2.1.
* gnu/packages/freedesktop.scm (xdg-utils): Update to 1.2.1. [source]: Switch to git-fetch. [native-inputs]: Add docbook-xml-4.3. Change-Id: I13f19d3fa6a1db16a461c710ad650fc02ba7b356
This commit is contained in:
parent
a0044e3229
commit
6624f85b53
1 changed files with 31 additions and 28 deletions
|
@ -612,19 +612,22 @@ Directory Specification.")
|
||||||
(define-public xdg-utils
|
(define-public xdg-utils
|
||||||
(package
|
(package
|
||||||
(name "xdg-utils")
|
(name "xdg-utils")
|
||||||
(version "1.1.3")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://portland.freedesktop.org/download/xdg-utils-"
|
(url "https://gitlab.freedesktop.org/xdg/xdg-utils.git/")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nai806smz3zcb2l5iny4x7li0fak0rzmjg6vlyhdqm8z25b166p"))))
|
"0hnb523hiz8wy6gffapys6vw7h1xq50li0s31mvyv4v5nmp2bhg7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list docbook-xsl docbook-xml-4.1.2
|
(list docbook-xsl
|
||||||
|
docbook-xml-4.1.2
|
||||||
|
docbook-xml-4.3
|
||||||
libxslt xmlto w3m-for-tests))
|
libxslt xmlto w3m-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal ;for 'wrap-program'
|
(list bash-minimal ;for 'wrap-program'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue