Update guix recipe
guix.scm
| 35 | 35 | (base32 | |
| 36 | 36 | "01adzm17cs5980f7d2222lpgdar5n99chyap7541aa4wc6gm9wqs")))))) | |
| 37 | 37 | ||
| 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 | + | ||
| 38 | 49 | (define-public offlate | |
| 39 | 50 | (package | |
| 40 | 51 | (name "offlate") | |
… | |||
| 74 | 85 | `(("python-android-stringslib" ,my-python-android-stringslib) | |
| 75 | 86 | ("python-dateutil" ,python-dateutil) | |
| 76 | 87 | ("python-gitlab" ,python-gitlab) | |
| 77 | - | ("python-lxml" ,python-lxml) | |
| 88 | + | ("python-lxml" ,python-lxml-4.6) | |
| 78 | 89 | ("python-polib" ,python-polib) | |
| 79 | 90 | ("python-pycountry" ,python-pycountry) | |
| 80 | 91 | ("python-pyenchant" ,python-pyenchant) | |