gnu: keepassx: Update to 2.0.1.

* gnu/packages/password-utils.scm (keepassx): Update to 2.0.1.
This commit is contained in:
Leo Famulari 2016-02-01 18:26:41 -05:00
parent 6009df6391
commit 2c5e497672
1 changed files with 3 additions and 2 deletions

View File

@ -57,14 +57,15 @@ human.")
(define-public keepassx
(package
(name "keepassx")
(version "2.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.keepassx.org/releases/" version
"/keepassx-" version ".tar.gz"))
(sha256
(base32 "1ri2r1sldc62hbg74m4pmci0nrjwvv38rqhyzhyjin247an0zd0f"))))
(base32
"10kyr6c3fhrg0sznnqijh0srcl5k3n81r6z8fa6jvwak0gcryxxk"))))
(build-system cmake-build-system)
(inputs
`(("libgcrypt" ,libgcrypt)