mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-pyyaml: Update to 5.4.1.
* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.4.1.
This commit is contained in:
parent
5c9f614e69
commit
ac02d423d3
1 changed files with 2 additions and 2 deletions
|
@ -3551,14 +3551,14 @@ (define-public python2-itsdangerous
|
|||
(define-public python-pyyaml
|
||||
(package
|
||||
(name "python-pyyaml")
|
||||
(version "5.3.1")
|
||||
(version "5.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyYAML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pb4zvkfxfijkpgd1b86xjsqql97ssf1knbd1v53wkg1qm9cgsmq"))))
|
||||
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("libyaml" ,libyaml)))
|
||||
|
|
Loading…
Reference in a new issue