mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: python-ruamel.yaml: Update to 0.15.33.
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.33.
This commit is contained in:
parent
d5909be93b
commit
0c3a1674e4
1 changed files with 2 additions and 2 deletions
|
@ -359,14 +359,14 @@ (define-public nlohmann-json-cpp
|
||||||
(define-public python-ruamel.yaml
|
(define-public python-ruamel.yaml
|
||||||
(package
|
(package
|
||||||
(name "python-ruamel.yaml")
|
(name "python-ruamel.yaml")
|
||||||
(version "0.15.19")
|
(version "0.15.33")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ruamel.yaml" version))
|
(uri (pypi-uri "ruamel.yaml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qx779avw8d1vsjqyi7z21h1g5ykp8paqavgj0lzbp8h7bw9vpgv"))))
|
"1s4b0zwn9pkk4xxjhx77giyfddc738drd6vgraw6n2syvj03s31d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Loading…
Reference in a new issue