me
/
guix
Archived
1
0
Fork 0

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>
master
Tanguy Le Carrour 2021-01-11 16:45:20 +01:00 committed by Ludovic Courtès
parent 181f290aa2
commit 539c05197c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -8266,14 +8266,14 @@ PEP 8.")
(define-public python-pep517
(package
(name "python-pep517")
(version "0.8.2")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pep517" version))
(sha256
(base32
"17m2bcabx3sr5wjalgzppfx5xahqrwm12zq58h68mm482b7rjqcf"))))
"0zqidxah03qpnp6zkg3zd1kmd5f79hhdsfmlc0cldaniy80qddxf"))))
(build-system python-build-system)
(arguments
'(#:phases