[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: shroud: Update to 0.1.1.
From: |
David Thompson |
Subject: |
01/01: gnu: shroud: Update to 0.1.1. |
Date: |
Thu, 01 Oct 2015 13:01:09 +0000 |
davexunit pushed a commit to branch master
in repository guix.
commit b4aa6d3dccf0059f9d15ae9992f75612fb237dee
Author: David Thompson <address@hidden>
Date: Thu Oct 1 08:57:14 2015 -0400
gnu: shroud: Update to 0.1.1.
* gnu/packages/password-utils.scm (shroud): Update to 0.1.1.
---
gnu/packages/password-utils.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index ff39e92..921ade1 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -82,14 +82,14 @@ algorithms AES or Twofish.")
(define-public shroud
(package
(name "shroud")
- (version "0.1")
+ (version "0.1.1")
(source (origin
(method url-fetch)
(uri (string-append "http://files.dthompson.us/shroud/shroud-"
version ".tar.gz"))
(sha256
(base32
- "0jrahwwlrfn1q2bxl99dv9jcvklf8lkm4dq33iv5h75vxw4l56fw"))))
+ "1y43yhgy2zbrk5bqj3qyx9rkcz2bma9sinlrg7dip3jqms9gq4lr"))))
(build-system gnu-build-system)
(inputs
`(("guile" ,guile-2.0)