mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: python-pyyaml: Update to 6.0.1.
* (python-pyyaml): Update to 6.0.1. Change-Id: I01cc9fc96fb4e4ab76ecdfe74a4849e536ae36e2 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
committed by
Ludovic Courtès
parent
0f1ed70bee
commit
ba07aad5b3
@@ -6134,14 +6134,14 @@ environments and back.")
|
||||
(define-public python-pyyaml
|
||||
(package
|
||||
(name "python-pyyaml")
|
||||
(version "6.0")
|
||||
(version "6.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyYAML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18imkjacvpxfgg1lbpraqywx3j7hr5dv99d242byqvrh2jf53yv8"))))
|
||||
"0hsa7g6ddynifrwdgadqcx80khhblfy94slzpbr7birn2w5ldpxz"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(list libyaml python-cython))
|
||||
|
||||
Reference in New Issue
Block a user