mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pylibscrypt: Update to 2.0.0.
* gnu/packages/python-crypto.scm (python-pylibscrypt): Update to 2.0.0. Change-Id: I61befa3843e32808f56f868da75c84e4a8c0d675 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7e794cec95
commit
f7088bc19f
1 changed files with 2 additions and 2 deletions
|
@ -1137,7 +1137,7 @@ supports KDBX3 and KDBX4.")
|
|||
(define-public python-pylibscrypt
|
||||
(package
|
||||
(name "python-pylibscrypt")
|
||||
(version "1.7.1")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1146,7 +1146,7 @@ supports KDBX3 and KDBX4.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0plp5fvk3pzv5wgzqfggdqvvsfsxjid53a0hxbpn2h1dp33vkrh0"))))
|
||||
(base32 "0hshivwl3xznlqhrvwbylp40k1bfx4gnyzmxwldkwjhf1260zan1"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/jvarho/pylibscrypt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue