mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
0f1ed70bee
commit
ba07aad5b3
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue