Update package for 0.4
guix.scm
| 179 | 179 | (description "Interact with GitLab API") | |
| 180 | 180 | (license license:lgpl3+))) | |
| 181 | 181 | ||
| 182 | - | (let ((commit "413273667aef0e1f42bd77c029ab98c8af849ef4") | |
| 183 | - | (revision "0")) | |
| 184 | - | (package | |
| 185 | - | (name "offlate") | |
| 186 | - | (version (git-version "0.3.0" revision commit)) | |
| 187 | - | (source | |
| 188 | - | (origin | |
| 189 | - | (method git-fetch) | |
| 190 | - | (uri (git-reference | |
| 191 | - | (url "https://framagit.org/tyreunom/offlate") | |
| 192 | - | (commit commit))) | |
| 193 | - | (file-name (git-file-name name version)) | |
| 194 | - | (sha256 | |
| 195 | - | (base32 | |
| 196 | - | "1rrsmmq4igwl0ks2vnz93yicca83ii5nw4s5zbzmm5gcmj5hnj1p")))) | |
| 197 | - | (build-system python-build-system) | |
| 198 | - | (arguments | |
| 199 | - | ;; No tests | |
| 200 | - | `(#:tests? #f)) | |
| 201 | - | (propagated-inputs | |
| 202 | - | `(("python-dateutil" ,python-dateutil) | |
| 203 | - | ("python-gitlab" ,python-gitlab) | |
| 204 | - | ("python-lxml" ,python-lxml) | |
| 205 | - | ("python-polib" ,python-polib) | |
| 206 | - | ("python-pyenchant" ,python-pyenchant) | |
| 207 | - | ("python-pygit2" ,python-pygit2) | |
| 208 | - | ("python-pyqt" ,python-pyqt) | |
| 209 | - | ("python-requests" ,python-requests) | |
| 210 | - | ("python-ruamel.yaml" ,python-ruamel.yaml) | |
| 211 | - | ("python-translation-finder" ,python-translation-finder))) | |
| 212 | - | (home-page | |
| 213 | - | "https://framagit.org/tyreunom/offlate") | |
| 214 | - | (synopsis | |
| 215 | - | "Offline translation interface for online translation tools.") | |
| 216 | - | (description | |
| 217 | - | "Offline translation interface for online translation tools.") | |
| 218 | - | (license license:gpl3+))) | |
| 182 | + | (package | |
| 183 | + | (name "offlate") | |
| 184 | + | (version "0.4") | |
| 185 | + | (source | |
| 186 | + | (origin | |
| 187 | + | (method git-fetch) | |
| 188 | + | (uri (git-reference | |
| 189 | + | (url "https://framagit.org/tyreunom/offlate") | |
| 190 | + | (commit version))) | |
| 191 | + | (file-name (git-file-name name version)) | |
| 192 | + | (sha256 | |
| 193 | + | (base32 | |
| 194 | + | "10l03j8ajkd1a7sg1zycbpdaz71mscrncw7rwjzqk2ia6j04rwxm")))) | |
| 195 | + | (build-system python-build-system) | |
| 196 | + | (arguments | |
| 197 | + | ;; No tests | |
| 198 | + | `(#:tests? #f)) | |
| 199 | + | (propagated-inputs | |
| 200 | + | `(("python-dateutil" ,python-dateutil) | |
| 201 | + | ("python-gitlab" ,python-gitlab) | |
| 202 | + | ("python-lxml" ,python-lxml) | |
| 203 | + | ("python-polib" ,python-polib) | |
| 204 | + | ("python-pyenchant" ,python-pyenchant) | |
| 205 | + | ("python-pygit2" ,python-pygit2) | |
| 206 | + | ("python-pyqt" ,python-pyqt) | |
| 207 | + | ("python-requests" ,python-requests) | |
| 208 | + | ("python-ruamel.yaml" ,python-ruamel.yaml) | |
| 209 | + | ("python-translation-finder" ,python-translation-finder))) | |
| 210 | + | (home-page | |
| 211 | + | "https://framagit.org/tyreunom/offlate") | |
| 212 | + | (synopsis | |
| 213 | + | "Offline translation interface for online translation tools.") | |
| 214 | + | (description | |
| 215 | + | "Offline translation interface for online translation tools.") | |
| 216 | + | (license license:gpl3+)) |