mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
395bd78fd0
commit
d708746ca7
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue