gnu: xdg-utils: Update to 1.1.3 [fixes CVE-2017-18266].

* gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.3.
This commit is contained in:
Leo Famulari 2018-05-29 12:46:39 -04:00
parent a076f19908
commit 4d0f463d6b
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -81,7 +81,7 @@ (define-module (gnu packages freedesktop)
(define-public xdg-utils
(package
(name "xdg-utils")
(version "1.1.2")
(version "1.1.3")
(source
(origin
(method url-fetch)
@ -90,7 +90,7 @@ (define-public xdg-utils
version ".tar.gz"))
(sha256
(base32
"1k4b4m3aiyqn9k12a0ihcdahzlspl3zhskmm1d7228dvqvi546cm"))))
"1nai806smz3zcb2l5iny4x7li0fak0rzmjg6vlyhdqm8z25b166p"))))
(build-system gnu-build-system)
(native-inputs
`(("docbook-xsl" ,docbook-xsl)