[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49834] [PATCH 4/6] gnu: python-ruamel.yaml: Update to 0.17.10.
From: |
Giacomo Leidi |
Subject: |
[bug#49834] [PATCH 4/6] gnu: python-ruamel.yaml: Update to 0.17.10. |
Date: |
Sat, 28 Aug 2021 13:51:51 +0200 |
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.17.10.
---
gnu/packages/serialization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 0e79b7c89c..b8f21f2375 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -532,14 +532,14 @@ it is comparable to protobuf.")
(define-public python-ruamel.yaml
(package
(name "python-ruamel.yaml")
- (version "0.15.83")
+ (version "0.17.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ruamel.yaml" version))
(sha256
(base32
- "0p4i8ad28cbbbjja8b9274irkhnphhvhap3aym6yb8xfp1d72kpw"))))
+ "0rwywdbmy20qwssccydpaval2vq36825fiva374zf3vavkbchsqh"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))
--
2.33.0
- [bug#49831] [PATCH 6/7] gnu: Add python-pep8-naming., (continued)
- [bug#49831] [PATCH 6/7] gnu: Add python-pep8-naming., Giacomo Leidi, 2021/08/02
- [bug#49832] [PATCH 4/7] gnu: Add python-box., Giacomo Leidi, 2021/08/02
- [bug#49833] [PATCH 3/7] gnu: Add python-dotenv., Giacomo Leidi, 2021/08/02
- [bug#49835] [PATCH 7/7] gnu: Add dynaconf., Giacomo Leidi, 2021/08/02
- [bug#49281] Add dynaconf, Sarah Morgensen, 2021/08/04
- [bug#49834] [PATCH 1/6] gnu: Add python-flake8-todo., Giacomo Leidi, 2021/08/28
- [bug#49834] Add dynaconf, Sarah Morgensen, 2021/08/28
- [bug#49834] [PATCH 1/4] gnu: Add python-dotenv., Giacomo Leidi, 2021/08/29