diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-12 16:06:28 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-12 17:21:15 +0200 |
commit | 250276a20272dcbf609bb8761b6ef213a2e9f863 (patch) | |
tree | 1c7ebcdde4a98133feb7a2bd5c6e3703a333c576 /gnu | |
parent | 316ece170c8e72bb21ba17c5910f02815d04bc2f (diff) | |
download | patches-250276a20272dcbf609bb8761b6ef213a2e9f863.tar patches-250276a20272dcbf609bb8761b6ef213a2e9f863.tar.gz |
gnu: python-pyyaml: Update to 3.13.
* gnu/packages/python.scm (python-pyyaml): Update to 3.13.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c9b22e87ee..057a14c501 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2218,14 +2218,14 @@ environments and back.") (define-public python-pyyaml (package (name "python-pyyaml") - (version "3.12") + (version "3.13") (source (origin (method url-fetch) (uri (pypi-uri "PyYAML" version)) (sha256 (base32 - "1aqjl8dk9amd4zr99n8v2qxzgmr2hdvqfma4zh7a41rj6336c9sr")))) + "1gx603g484z46cb74j9rzr6sjlh2vndxayicvlyhxdz98lhhkwry")))) (build-system python-build-system) (inputs `(("libyaml" ,libyaml))) |