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 (define-public keepassx
(package (package
(name "keepassx") (name "keepassx")
(version "2.0") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.keepassx.org/releases/" version (uri (string-append "https://www.keepassx.org/releases/" version
"/keepassx-" version ".tar.gz")) "/keepassx-" version ".tar.gz"))
(sha256 (sha256
(base32 "1ri2r1sldc62hbg74m4pmci0nrjwvv38rqhyzhyjin247an0zd0f")))) (base32
"10kyr6c3fhrg0sznnqijh0srcl5k3n81r6z8fa6jvwak0gcryxxk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libgcrypt" ,libgcrypt) `(("libgcrypt" ,libgcrypt)