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:
Toorn, H.W.P. van den (Henk) 2024-01-20 14:07:56 -05:00 committed by Ludovic Courtès
parent 0f1ed70bee
commit ba07aad5b3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))