mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
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:
parent
6ce3e51aa8
commit
ea6b2d52e0
1 changed files with 12 additions and 0 deletions
|
@ -18923,6 +18923,18 @@ from the header, as well as section details and data available.")
|
||||||
through a Python API.")
|
through a Python API.")
|
||||||
(license license:lgpl2.1+)))
|
(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
|
(define-public python-pycosat
|
||||||
(package
|
(package
|
||||||
(name "python-pycosat")
|
(name "python-pycosat")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue