[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: python-pykeepass: Update to 3.2.1.
From: |
guix-commits |
Subject: |
10/10: gnu: python-pykeepass: Update to 3.2.1. |
Date: |
Fri, 13 Nov 2020 20:17:42 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0404b28dc74348e984dffe303481652c46b0b940
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 00:22:53 2020 +0100
gnu: python-pykeepass: Update to 3.2.1.
* gnu/packages/python-crypto.scm (python-pykeepass): Update to 3.2.1.
[propagated-inputs]: Substitute python-pycryptodomex for
python-pycryptodome.
---
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 97b55b0..9bb0ced 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1127,7 +1127,7 @@ through the Engine interface.")
(define-public python-pykeepass
(package
(name "python-pykeepass")
- (version "3.2.0")
+ (version "3.2.1")
(source
(origin
(method git-fetch)
@@ -1137,7 +1137,7 @@ through the Engine interface.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1wxbfpy7467mlnfsvmh685fhfnq4fki9y7yc9cylp30r5n3hisaj"))))
+ (base32 "1symxf4ahylynihnp9z4z3lh2vy65ipvg8s4hjrnn936hcaaxghk"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1161,7 +1161,7 @@ through the Engine interface.")
("python-dateutil" ,python-dateutil)
("python-future" ,python-future)
("python-lxml" ,python-lxml)
- ("python-pycryptodome" ,python-pycryptodome)))
+ ("python-pycryptodomex" ,python-pycryptodomex)))
(home-page "https://github.com/libkeepass/pykeepass")
(synopsis "Python library to interact with keepass databases")
(description
- branch master updated (4e9b2e8 -> 0404b28), guix-commits, 2020/11/13
- 02/10: gnu: python-duniterpy: Update to 0.60.1., guix-commits, 2020/11/13
- 01/10: gnu: inxi-minimal: Update to 3.1.09-1., guix-commits, 2020/11/13
- 03/10: gnu: libgda: Update to 5.2.10., guix-commits, 2020/11/13
- 10/10: gnu: python-pykeepass: Update to 3.2.1.,
guix-commits <=
- 04/10: gnu: nginx-lua-module: Update to 0.10.16., guix-commits, 2020/11/13
- 05/10: gnu: lua-resty-core: Update to 0.1.18., guix-commits, 2020/11/13
- 06/10: gnu: lua-resty-lrucache: Update to 0.10., guix-commits, 2020/11/13
- 07/10: gnu: Add python-pycryptodomex., guix-commits, 2020/11/13
- 08/10: gnu: python-pycryptodome: Expand description., guix-commits, 2020/11/13
- 09/10: gnu: python-pycryptodome: Note public-domain legacy., guix-commits, 2020/11/13