gnu: Add python-pycountry@20.7.3.

This old version is required by Tryton.

* gnu/packages/python-xyz.scm (python-pycountry@20.7.3): New variable.
This commit is contained in:
Hartmut Goebel 2022-07-19 15:46:35 +02:00
parent 6ce3e51aa8
commit ea6b2d52e0
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF

View File

@ -18923,6 +18923,18 @@ from the header, as well as section details and data available.")
through a Python API.")
(license license:lgpl2.1+)))
(define-public python-pycountry@20.7.3
(package
(inherit python-pycountry)
(name "python-pycountry")
(version "20.7.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycountry" version))
(sha256
(base32 "0hnbabsmqimx5hqh0jbd2f64i8fhzhhbrvid57048hs5sd9ll241"))))))
(define-public python-pycosat
(package
(name "python-pycosat")