me
/
guix
Archived
1
0
Fork 0

gnu: python-pyaml: Update to 21.10.1.

* gnu/packages/python-xyz.scm (python-pyaml): Update to 21.10.1.
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
1 changed files with 2 additions and 2 deletions

View File

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