From 37fadd7d049f2fa107df00d1ef65d4d7f65e5521 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Thu, 6 May 2021 02:09:52 -0700 Subject: [PATCH 26/55] python-vine: upgrade to 5.0.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 4637062f90..1055887921 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3611,14 +3611,14 @@ provides Python-specific tags that represent an arbitrary Python object.") (define-public python-vine (package (name "python-vine") - (version "1.1.4") + (version "5.0.0") (source (origin (method url-fetch) (uri (pypi-uri "vine" version)) (sha256 (base32 - "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj")))) + "0zk3pm0g7s4qfn0gk28lfmsyplvisaxi6826cgpq5njkm4j1cfvx")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest) -- 2.31.1