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.
This commit is contained in:
parent
c8ca9eb8f3
commit
0404b28dc7
@ -1127,7 +1127,7 @@ through the Engine interface.")
|
|||||||
(define-public python-pykeepass
|
(define-public python-pykeepass
|
||||||
(package
|
(package
|
||||||
(name "python-pykeepass")
|
(name "python-pykeepass")
|
||||||
(version "3.2.0")
|
(version "3.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -1137,7 +1137,7 @@ through the Engine interface.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wxbfpy7467mlnfsvmh685fhfnq4fki9y7yc9cylp30r5n3hisaj"))))
|
(base32 "1symxf4ahylynihnp9z4z3lh2vy65ipvg8s4hjrnn936hcaaxghk"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
@ -1161,7 +1161,7 @@ through the Engine interface.")
|
|||||||
("python-dateutil" ,python-dateutil)
|
("python-dateutil" ,python-dateutil)
|
||||||
("python-future" ,python-future)
|
("python-future" ,python-future)
|
||||||
("python-lxml" ,python-lxml)
|
("python-lxml" ,python-lxml)
|
||||||
("python-pycryptodome" ,python-pycryptodome)))
|
("python-pycryptodomex" ,python-pycryptodomex)))
|
||||||
(home-page "https://github.com/libkeepass/pykeepass")
|
(home-page "https://github.com/libkeepass/pykeepass")
|
||||||
(synopsis "Python library to interact with keepass databases")
|
(synopsis "Python library to interact with keepass databases")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user