From cd1ca2866bc7a1b4335b50acfba59d21b1d18ae8 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Tue, 5 Mar 2024 17:11:15 +0100 Subject: [PATCH] gnu: Remove python-pycountry@20.7.3. * gnu/packages/iso-codes.scm (python-pycountry-20.7.3): Delete variable. --- gnu/packages/iso-codes.scm | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm index 000ea057b3001e77261f9cf2893c47795ca7ed68..0755e99b47c515c15e2573c75a633a492cc6426b 100644 --- a/gnu/packages/iso-codes.scm +++ b/gnu/packages/iso-codes.scm @@ -240,20 +240,3 @@ concerned with representation of names for languages and language groups.") It includes a copy from Debian’s pkg-isocodes and makes the data accessible through a Python API.") (license license:lgpl2.1+))) - -(define-public python-pycountry-20.7.3 - (hidden-package - (package - (inherit python-pycountry) - (name "python-pycountry") - (version "20.7.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pycountry/pycountry") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1aqzbdqvy3pg0x33ay099vriazs28v6kw7fwc8ajg3avdcws2mgm")))) - (native-inputs (list python-pytest python-pytest-cov python-setuptools)))))