diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-02 14:54:13 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-03 00:26:47 +0100 |
commit | 906b4609d862fbefbb24bd3ec0529766812baab0 (patch) | |
tree | dd1e3c06715992775e394d3011059f7582707b17 /gnu | |
parent | 97d97d7da1f5b500b2b76210131ca6adff6a1e80 (diff) | |
download | guix-906b4609d862fbefbb24bd3ec0529766812baab0.tar.gz |
gnu: python-idna: Remove 2.7.
* gnu/packages/python-xyz.scm (python-idna-2.7): Remove variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b65022ac90..b0374622f2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12055,17 +12055,6 @@ the Python standard library but currently only supports the older 2003 specification.") (license license:bsd-4))) -(define-public python-idna-2.7 - (package (inherit python-idna) - (version "2.7") - (source (origin - (method url-fetch) - (uri (pypi-uri "idna" version)) - (sha256 - (base32 - "05jam7d31767dr12x0rbvvs8lxnpb1mhdb2zdlfxgh83z6k3hjk8")))))) - - (define-public python2-idna (package-with-python2 python-idna)) |