aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-08 07:27:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-08 09:07:29 +0100
commitf95e9a6bca75332fb71f9618b1a03a6fd455c4cf (patch)
treeb18cc76c283b2b668cc6884cfd0924e30e36d5d8
parent6e076b3d50f131252822286f2f9b427ae32754d8 (diff)
downloadguix-f95e9a6bca75332fb71f9618b1a03a6fd455c4cf.tar
guix-f95e9a6bca75332fb71f9618b1a03a6fd455c4cf.tar.gz
gnu: keepassxc: Update to 2.3.1.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.1.
-rw-r--r--gnu/packages/password-utils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 96a51f0dd4..0dde8808b6 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -92,7 +92,7 @@ human.")
(define-public keepassxc
(package
(name "keepassxc")
- (version "2.3.0")
+ (version "2.3.1")
(source
(origin
(method url-fetch)
@@ -101,7 +101,7 @@ human.")
version "-src.tar.xz"))
(sha256
(base32
- "1v6v59fnbbsssbwy4is6hh2l4qqwy3ddb6dp2jk8clx0xbd5hn7c"))))
+ "1gdrbpzwbs56anc3k5vklvcackcn214pc8gm5xh5zcymsi8q4zff"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DWITH_XC_NETWORKING=YES"