[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60003] [PATCH 2/3] gnu: python-pykeepass: Update to 4.0.3.
From: |
Tobias Kortkamp |
Subject: |
[bug#60003] [PATCH 2/3] gnu: python-pykeepass: Update to 4.0.3. |
Date: |
Mon, 12 Dec 2022 12:49:33 +0100 |
* gnu/packages/python-crypto.scm (python-pykeepass): Update to 4.0.3.
---
gnu/packages/python-crypto.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c9071c4cf6..c356bdfea6 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1134,17 +1134,17 @@ (define-public python-m2crypto
(define-public python-pykeepass
(package
(name "python-pykeepass")
- (version "3.2.1")
+ (version "4.0.3")
(source
(origin
(method git-fetch)
;; Source tarball on PyPI doesn't include tests.
(uri (git-reference
(url "https://github.com/libkeepass/pykeepass";)
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1symxf4ahylynihnp9z4z3lh2vy65ipvg8s4hjrnn936hcaaxghk"))))
+ (base32 "1zkdzsm1fi0c8h7zy5k0rj3c24i9kam85kwdl5bf3m0x3c2dwaqz"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.38.1