gnu: python-resolvelib: Update to 1.0.1.

* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.0.1.

Change-Id: Ief381089f384f18effb08feda1971e36df108aae
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Jordan Moore 2025-01-07 18:53:37 -05:00 committed by jgart
parent 395bd78fd0
commit d708746ca7
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -159,6 +159,7 @@
;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us@ieee.org>
;;; Copyright © 2024 Evgeny Pisemsky <mail@pisemsky.site>
;;; Copyright © 2024 Markku Korkeala <markku.korkeala@iki.fi>
;;; Copyright © 2025 Jordan Moore <lockbox@struct.foo>
;;;
;;; This file is part of GNU Guix.
;;;
@ -16636,7 +16637,7 @@ (define (grep string file-name)
(define-public python-resolvelib
(package
(name "python-resolvelib")
(version "0.7.1")
(version "1.0.1")
(source
(origin
;; Tests are missing from the PyPI release.
@ -16647,7 +16648,7 @@ (define-public python-resolvelib
(file-name (git-file-name name version))
(sha256
(base32
"1fqz75riagizihvf4j7wc3zjw6kmg1dd8sf49aszyml105kb33n8"))))
"0cvgimmfickarm4ks5gb5iply6sf6r4fr3v6zyqyqg45fsgqy753"))))
(build-system python-build-system)
(arguments
`(#:phases