Message ID | 20190528125247.5148-1-h.nasajpour@pantherx.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#35956] gnu: python-six: Update to 1.12.0 | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | success | Successfully applied |
Closing. Python-six was updated to 1.12.0 historically.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c8401d1641..a04bac60c1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -969,14 +969,14 @@ from the Python interpreter, or as a small part of a larger application.") (define-public python-six (package (name "python-six") - (version "1.11.0") + (version "1.12.0") (source (origin (method url-fetch) (uri (pypi-uri "six" version)) (sha256 (base32 - "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h")))) + "0wxs1q74v07ssjywbbm7x6h5v9qx209ld2yfsif4060sxi0h2sni")))) (build-system python-build-system) (arguments `(#:phases