mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: python-pynacl: Update to 1.2.1.
* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.2.1.
This commit is contained in:
parent
5666ca5edc
commit
3a844a9840
1 changed files with 3 additions and 3 deletions
|
@ -607,18 +607,18 @@ (define-public python2-asn1crypto
|
|||
(define-public python-pynacl
|
||||
(package
|
||||
(name "python-pynacl")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyNaCl" version))
|
||||
(modules '((guix build utils)))
|
||||
;; Remove bundled libsodium
|
||||
;; Remove bundled libsodium.
|
||||
(snippet '(begin (delete-file-recursively "src/libsodium")
|
||||
#t))
|
||||
(sha256
|
||||
(base32
|
||||
"01vjq0pxyw1mxaqy013hzs8nknmvg3kpzlzmh69jxznyipgvria5"))))
|
||||
"1ada3qr83cliap6dk897vnvjkynij1kjqbwizdbgarazlyh8zlz0"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue