[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: radicale: Update to 1.1.2 [fixes CVE-2017-8342].
From: |
Leo Famulari |
Subject: |
01/01: gnu: radicale: Update to 1.1.2 [fixes CVE-2017-8342]. |
Date: |
Sun, 30 Apr 2017 16:50:16 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 68f12ea0d2bd37f16cb912ddd9ffac536b6f16ef
Author: Leo Famulari <address@hidden>
Date: Sun Apr 30 16:44:15 2017 -0400
gnu: radicale: Update to 1.1.2 [fixes CVE-2017-8342].
* gnu/packages/dav.scm (radicale): Update to 1.1.2.
---
gnu/packages/dav.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 7901e1c..0bed55e 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -27,13 +27,13 @@
(define-public radicale
(package
(name "radicale")
- (version "1.1.1")
+ (version "1.1.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "Radicale" version))
(sha256
(base32
- "1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2"))))
+ "1g20p3998f46ywda7swv0py63wjbrhvk0nrafajlbb6wgzxjmqpb"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; The tests are not distributed in the PyPi release.