gnu: keepassxc: Update to 2.3.0.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.0.
This commit is contained in:
Efraim Flashner 2018-02-28 21:30:11 +02:00
parent 53453d7acc
commit 3374dcc78c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -89,7 +89,7 @@ human.")
(define-public keepassxc (define-public keepassxc
(package (package
(name "keepassxc") (name "keepassxc")
(version "2.2.4") (version "2.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -98,10 +98,11 @@ human.")
version "-src.tar.xz")) version "-src.tar.xz"))
(sha256 (sha256
(base32 (base32
"1pfkq1m5vb90kx67vyw70s1hc4ivjsvq2535vm6wdwwsncna6bz5")))) "1v6v59fnbbsssbwy4is6hh2l4qqwy3ddb6dp2jk8clx0xbd5hn7c"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libgcrypt" ,libgcrypt) `(("argon2" ,argon2)
("libgcrypt" ,libgcrypt)
("libxi" ,libxi) ("libxi" ,libxi)
("libxtst" ,libxtst) ("libxtst" ,libxtst)
("qtbase" ,qtbase) ("qtbase" ,qtbase)