summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm16
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c2c5a27600..1fe462ac129 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17590,7 +17590,7 @@ similar to the Python standard library's @code{json} module.")
17590(define-public python-resolvelib 17590(define-public python-resolvelib
17591 (package 17591 (package
17592 (name "python-resolvelib") 17592 (name "python-resolvelib")
17593 (version "1.1.0b1") 17593 (version "1.1.0")
17594 (source 17594 (source
17595 (origin 17595 (origin
17596 ;; Tests are missing from the PyPI release. 17596 ;; Tests are missing from the PyPI release.
@@ -17600,16 +17600,18 @@ similar to the Python standard library's @code{json} module.")
17600 (commit version))) 17600 (commit version)))
17601 (file-name (git-file-name name version)) 17601 (file-name (git-file-name name version))
17602 (sha256 17602 (sha256
17603 (base32 17603 (base32 "0pw99897mm2y7pa2g35z0f7vcmgh42xglz5szbrvigczvwa605sh"))))
17604 "0y0b4qd1aai50w33szz34kqj8ls42k9shkpp3lvy0jrvzgackp9p"))))
17605 (build-system pyproject-build-system) 17604 (build-system pyproject-build-system)
17606 (native-inputs 17605 (native-inputs
17607 (list python-commentjson python-packaging python-pytest 17606 (list python-packaging
17608 python-setuptools python-wheel)) 17607 python-pytest
17608 python-setuptools
17609 python-wheel))
17609 (home-page "https://github.com/sarugaku/resolvelib") 17610 (home-page "https://github.com/sarugaku/resolvelib")
17610 (synopsis "Abstract dependencies resolver") 17611 (synopsis "Abstract dependencies resolver")
17611 (description "The ResolveLib library provides a @code{Resolver} class that 17612 (description
17612includes dependency resolution logic.") 17613 "The ResolveLib library provides a @code{Resolver} class that includes
17614dependency resolution logic.")
17613 (license license:isc))) 17615 (license license:isc)))
17614 17616
17615(define-public python-commonmark 17617(define-public python-commonmark