~ruther/guix-local

ea6b2d52e03295e570354494de534e74b7e9293d — Hartmut Goebel 4 years ago 6ce3e51
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.
1 files changed, 12 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +12 -0
@@ 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")