[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: xdg-utils: Update to 1.1.3 [fixes CVE-2017-18266].
From: |
Leo Famulari |
Subject: |
01/02: gnu: xdg-utils: Update to 1.1.3 [fixes CVE-2017-18266]. |
Date: |
Tue, 29 May 2018 14:39:36 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 4d0f463d6b6c46659d282e8dc33d7e7e4222a53a
Author: Leo Famulari <address@hidden>
Date: Tue May 29 12:46:39 2018 -0400
gnu: xdg-utils: Update to 1.1.3 [fixes CVE-2017-18266].
* gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.3.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 57af63c..2fb62ea 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)