diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-29 12:46:39 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-29 14:39:22 -0400 |
commit | 4d0f463d6b6c46659d282e8dc33d7e7e4222a53a (patch) | |
tree | 50de499bbacc979aee2a22f6bfa0730bdb3d39ff /gnu/packages/freedesktop.scm | |
parent | a076f19908d06b6df49f1c25c40de8838213cd71 (diff) | |
download | patches-4d0f463d6b6c46659d282e8dc33d7e7e4222a53a.tar patches-4d0f463d6b6c46659d282e8dc33d7e7e4222a53a.tar.gz |
gnu: xdg-utils: Update to 1.1.3 [fixes CVE-2017-18266].
* gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.3.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 57af63cfc2..2fb62ea36f 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -81,7 +81,7 @@ (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 @@ version ".tar.gz")) (sha256 (base32 - "1k4b4m3aiyqn9k12a0ihcdahzlspl3zhskmm1d7228dvqvi546cm")))) + "1nai806smz3zcb2l5iny4x7li0fak0rzmjg6vlyhdqm8z25b166p")))) (build-system gnu-build-system) (native-inputs `(("docbook-xsl" ,docbook-xsl) |