Update guix recipe

Julien LepillerThu Dec 09 03:54:20+0100 2021

ad8e86a

Update guix recipe

guix.scm

3535
               (base32
3636
                "01adzm17cs5980f7d2222lpgdar5n99chyap7541aa4wc6gm9wqs"))))))
3737
38+
(define python-lxml-4.6
39+
  (package
40+
    (inherit python-lxml)
41+
    (version "4.6.4")
42+
    (source
43+
      (origin
44+
        (method url-fetch)
45+
        (uri (pypi-uri "lxml" version))
46+
        (sha256
47+
          (base32 "171rs6w8rj5nfg3zzcwgllz6i3csw1ci0glbjajwgw9ixqgvvyfs"))))))
48+
3849
(define-public offlate
3950
  (package
4051
    (name "offlate")

7485
      `(("python-android-stringslib" ,my-python-android-stringslib)
7586
        ("python-dateutil" ,python-dateutil)
7687
        ("python-gitlab" ,python-gitlab)
77-
        ("python-lxml" ,python-lxml)
88+
        ("python-lxml" ,python-lxml-4.6)
7889
        ("python-polib" ,python-polib)
7990
        ("python-pycountry" ,python-pycountry)
8091
        ("python-pyenchant" ,python-pyenchant)