mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: keepassxc: Update to 2.6.1.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.1.
This commit is contained in:
parent
19da905921
commit
e6e5b797f3
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ (define-public pwgen
|
||||||
(define-public keepassxc
|
(define-public keepassxc
|
||||||
(package
|
(package
|
||||||
(name "keepassxc")
|
(name "keepassxc")
|
||||||
(version "2.6.0")
|
(version "2.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -130,7 +130,7 @@ (define-public keepassxc
|
||||||
"/releases/download/" version "/keepassxc-"
|
"/releases/download/" version "/keepassxc-"
|
||||||
version "-src.tar.xz"))
|
version "-src.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fpx6pq336g1xwjl5yzvsky6vqvaa38zb8pwkgswph9slybkvlnh"))))
|
(base32 "1j4cmj5mv13m5b4ig950yas8ayybakqs366lp1cimmzw8ycparml"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DWITH_XC_ALL=YES"
|
'(#:configure-flags '("-DWITH_XC_ALL=YES"
|
||||||
|
|
Loading…
Reference in a new issue