gnu: python-ruamel.yaml: Update to 0.15.37.
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.37.
This commit is contained in:
parent
91653e074f
commit
95e5aed0cd
|
@ -368,14 +368,14 @@ However, “Memory efficiency” and “Speed” have not been primary goals.")
|
||||||
(define-public python-ruamel.yaml
|
(define-public python-ruamel.yaml
|
||||||
(package
|
(package
|
||||||
(name "python-ruamel.yaml")
|
(name "python-ruamel.yaml")
|
||||||
(version "0.15.35")
|
(version "0.15.37")
|
||||||
(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
|
||||||
"0xggyfaj6vprggahf7cq8kp9j79rb7hn8ndk3bxj2sxvwhhliiwd"))))
|
"0629xzlwbddfwp8lkjz3mpvxhml9kx17cfs8aydzg55idzcl562h"))))
|
||||||
(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 New Issue