gnu: keepassxc: Update to 2.5.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 15 Jan 2020 00:02:51 +0000 (01:02 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 15 Jan 2020 13:31:23 +0000 (14:31 +0100)
* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2.

gnu/packages/password-utils.scm

index db5f54e..e896e3d 100644 (file)
@@ -114,7 +114,7 @@ human.")
 (define-public keepassxc
   (package
     (name "keepassxc")
-    (version "2.5.1")
+    (version "2.5.2")
     (source
      (origin
        (method url-fetch)
@@ -122,8 +122,7 @@ human.")
                            "/releases/download/" version "/keepassxc-"
                            version "-src.tar.xz"))
        (sha256
-        (base32
-         "0c5g5hn2cr2m00xgpxg884ihy8gnn09kc487y1m9jywshn5jaczg"))))
+        (base32 "0lvwc3nxyz7d7vymb6cmgwxylb9g6gsjnq247vbh4lk1ifjir58j"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags '("-DWITH_XC_ALL=YES"