3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pyyaml: Update to 6.0.

* gnu/packages/python-xyz.scm (python-pyyaml): Update to 6.0.
This commit is contained in:
Ricardo Wurmus 2022-03-30 17:55:05 +02:00
parent d3e1a94391
commit 27720d0fe1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3907,14 +3907,14 @@ environments and back.")
(define-public python-pyyaml
(package
(name "python-pyyaml")
(version "5.4.1")
(version "6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyYAML" version))
(sha256
(base32
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))
"18imkjacvpxfgg1lbpraqywx3j7hr5dv99d242byqvrh2jf53yv8"))))
(build-system python-build-system)
(inputs
(list libyaml python-cython))