mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pep517: Update to 0.9.1.
* gnu/packages/python-xyz.scm (python-pep517): Update to 0.9.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
181f290aa2
commit
539c05197c
1 changed files with 2 additions and 2 deletions
|
@ -8266,14 +8266,14 @@ PEP 8.")
|
||||||
(define-public python-pep517
|
(define-public python-pep517
|
||||||
(package
|
(package
|
||||||
(name "python-pep517")
|
(name "python-pep517")
|
||||||
(version "0.8.2")
|
(version "0.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pep517" version))
|
(uri (pypi-uri "pep517" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17m2bcabx3sr5wjalgzppfx5xahqrwm12zq58h68mm482b7rjqcf"))))
|
"0zqidxah03qpnp6zkg3zd1kmd5f79hhdsfmlc0cldaniy80qddxf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue