mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scrypt: Update to 0.9.4.
* gnu/packages/python-crypto.scm (python-scrypt): Update to 0.9.4. Change-Id: I861d204950db34b514771b12bb4ede2c3ce45986 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7e3edc04f0
commit
7e794cec95
1 changed files with 2 additions and 2 deletions
|
@ -1217,7 +1217,7 @@ require users to log in.")
|
||||||
(define-public python-scrypt
|
(define-public python-scrypt
|
||||||
(package
|
(package
|
||||||
(name "python-scrypt")
|
(name "python-scrypt")
|
||||||
(version "0.8.7")
|
(version "0.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1226,7 +1226,7 @@ require users to log in.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g3d5fgwq8g9sqa389c0j3smpzx2zsj0vv1wsl391ywny7ry0l5c"))))
|
(base32 "07mr8slhplk0pfji3pfb86281wf035c3vxg7w4g17vgry1l5fdg2"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(inputs (list openssl))
|
(inputs (list openssl))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue