gnu: shroud: Update to 0.1.1.
* gnu/packages/password-utils.scm (shroud): Update to 0.1.1.
This commit is contained in:
parent
dd24e9063f
commit
b4aa6d3dcc
|
@ -82,14 +82,14 @@ algorithms AES or Twofish.")
|
||||||
(define-public shroud
|
(define-public shroud
|
||||||
(package
|
(package
|
||||||
(name "shroud")
|
(name "shroud")
|
||||||
(version "0.1")
|
(version "0.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://files.dthompson.us/shroud/shroud-"
|
(uri (string-append "http://files.dthompson.us/shroud/shroud-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jrahwwlrfn1q2bxl99dv9jcvklf8lkm4dq33iv5h75vxw4l56fw"))))
|
"1y43yhgy2zbrk5bqj3qyx9rkcz2bma9sinlrg7dip3jqms9gq4lr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)
|
`(("guile" ,guile-2.0)
|
||||||
|
|
Loading…
Reference in New Issue