[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66690] [PATCH 2/7] gnu: python-ruamel.yaml: Update to 0.17.40.
From: |
Arun Isaac |
Subject: |
[bug#66690] [PATCH 2/7] gnu: python-ruamel.yaml: Update to 0.17.40. |
Date: |
Mon, 23 Oct 2023 09:09:41 +0100 |
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.17.40.
---
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 c1158b10b3..45aaee5a28 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -677,14 +677,14 @@ (define-public python-msgspec
(define-public python-ruamel.yaml
(package
(name "python-ruamel.yaml")
- (version "0.16.13")
+ (version "0.17.40")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ruamel.yaml" version))
(sha256
(base32
- "0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v"))))
+ "0g9irxrlim93z9ccgjyx4bfhbkdlqin0hzmhnn1d8rb7y23bj930"))))
(build-system python-build-system)
(native-inputs
(list python-pytest))
--
2.41.0
- [bug#66690] [PATCH 0/7] Upgrade cwltool, Arun Isaac, 2023/10/22
- [bug#66690] [PATCH 1/7] gnu: python-ruamel.yaml.clib: Update to 0.2.7., Arun Isaac, 2023/10/23
- [bug#66690] [PATCH 4/7] gnu: Add python-cwlformat., Arun Isaac, 2023/10/23
- [bug#66690] [PATCH 3/7] gnu: python-schema-salad: Update to 8.4.20230927144413., Arun Isaac, 2023/10/23
- [bug#66690] [PATCH 5/7] gnu: Add python-cwl-upgrader., Arun Isaac, 2023/10/23
- [bug#66690] [PATCH 2/7] gnu: python-ruamel.yaml: Update to 0.17.40.,
Arun Isaac <=
- [bug#66690] [PATCH 7/7] gnu: cwltool: Update to 3.1.20230601100705., Arun Isaac, 2023/10/23
- [bug#66690] [PATCH 6/7] gnu: Add python-cwl-utils., Arun Isaac, 2023/10/23