From 6dc81df59916747ed64d1a22d303a822663c7e30 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Sun, 9 May 2021 00:42:28 -0700 Subject: [PATCH 44/55] python-six: upgrade to 1.16.0 (latest) --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f19f71fec4..8a6bffc46f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2245,14 +2245,14 @@ in the current session, Python, and the OS.") (define-public python-six (package (name "python-six") - (version "1.14.0") + (version "1.16.0") (source (origin (method url-fetch) (uri (pypi-uri "six" version)) (sha256 (base32 - "02lw67hprv57hyg3cfy02y3ixjk3nzwc0dx3c4ynlvkfwkfdnsr3")))) + "09n9qih9rpj95q3r4a40li7hk6swma11syvgwdc68qm1fxsc6q8y")))) (build-system python-build-system) (arguments `(#:phases -- 2.31.1