[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: letsencrypt and acme: Update to 0.2.0.
From: |
Leo Famulari |
Subject: |
01/01: gnu: letsencrypt and acme: Update to 0.2.0. |
Date: |
Sat, 23 Jan 2016 22:51:03 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit fe17fb4a2c897fd9186f91887f5af63dd00d227a
Author: Leo Famulari <address@hidden>
Date: Sat Jan 23 17:36:29 2016 -0500
gnu: letsencrypt and acme: Update to 0.2.0.
These packages should be updated together.
* gnu/packages/tls.scm (letsencrypt): Update to 0.2.0.
(acme): Update to 0.2.0.
---
gnu/packages/tls.scm | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 5789534..67d2a1e 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -351,13 +351,13 @@ security, and applying best practice development
processes.")
(define-public acme
(package
(name "acme")
- (version "0.1.1")
+ (version "0.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "acme" version))
(sha256
(base32
- "1yv0gy8akaqp5p2wjpfj8r5i0da04a9qdmlh06rczdkrmk6q680w"))))
+ "1xcbywzrwrj2cmqhaj4k6b11wfkbm3i7za2k9j1sd74rs1zh5abl"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))
@@ -383,13 +383,13 @@ security, and applying best practice development
processes.")
(define-public letsencrypt
(package
(name "letsencrypt")
- (version "0.1.1")
+ (version "0.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "letsencrypt" version))
(sha256
(base32
- "1kia3wk66lxyi2fghp9sd7cqgr5qiwdfayz153hi4wpa3q1q8rwf"))))
+ "0q57ylx00b6kl9zvawgag5yl03vlv1cjhp18xm96682pdibbgjci"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))