apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 4a43e64b41e51f906258e0a2f238adbd6dcaed7e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Oct 23 01:36:19 2021 -0400
gnu: python-six-bootstrap: Update to 1.16.0.
* gnu/packages/python-build.scm (python-six-bootstrap): Update to 1.16.0.
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 9f59c35..8b8bd67 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -112,14 +112,14 @@ Language (TOML) configuration files.")
(define-public python-six-bootstrap
(package
(name "python-six-bootstrap")
- (version "1.15.0")
+ (version "1.16.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "six" version))
(sha256
(base32
- "0n82108wxn5giff50hd9ykjhd3zl7cndabdasi6568yvbh1rqqrh"))))
+ "09n9qih9rpj95q3r4a40li7hk6swma11syvgwdc68qm1fxsc6q8y"))))
(build-system python-build-system)
(arguments `(#:tests? #f)) ;to avoid pytest dependency
(home-page "https://pypi.org/project/six/")