guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 08f3d2844009b94f525ce3b69078f6b7a2648a21
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 12:39:47 2026 +0100
gnu: python-yamlloader: Update to 1.6.0.
* gnu/packages/python-xyz.scm (python-yamlloader): Update to 1.6.0.
[native-inputs]: Add python-pytest.
Change-Id: I29875488b26755f3496670a510f9019fd398e0b9
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c044ff147..88354c04e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40494,13 +40494,13 @@ such as lines length, trailing spaces, indentation,
etc.")
(define-public python-yamlloader
(package
(name "python-yamlloader")
- (version "1.5.2")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "yamlloader" version))
(sha256
- (base32 "06y4xaajsjjynrv2m6ar3hwiif2mk3z3lgwxn2l1qsv238rc22n1"))))
+ (base32 "0gw21aa94fcbf5knx9csc0l44rzgz5pjdcvlxxwx044rdjbk50li"))))
(build-system pyproject-build-system)
(arguments
(list #:test-backend #~'unittest
@@ -40508,7 +40508,8 @@ such as lines length, trailing spaces, indentation,
etc.")
(native-inputs
(list python-hatch-vcs
python-hatchling
- python-hypothesis))
+ python-hypothesis
+ python-pytest))
(propagated-inputs
(list python-pyyaml))
(home-page "https://github.com/Phynix/yamlloader")