gnu: python-pyaml: Update to 21.10.1.

* gnu/packages/python-xyz.scm (python-pyaml): Update to 21.10.1.
This commit is contained in:
Marius Bakke 2022-08-12 20:08:18 +02:00
parent 91d8e1c5cd
commit 9d72feb492
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -17229,13 +17229,13 @@ (define-public python-faker
(define-public python-pyaml (define-public python-pyaml
(package (package
(name "python-pyaml") (name "python-pyaml")
(version "18.11.0") (version "21.10.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyaml" version)) (uri (pypi-uri "pyaml" version))
(sha256 (sha256
(base32 (base32
"0fi604ix8lbpj1266q7js6szm771saprdzzcdwmj43wy83694qmr")))) "10w3frzqir5sbpglc9bwb8w414dsivmcvji07yxy61mz2gp9ylf6"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
(list python-unidecode)) (list python-unidecode))