diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-26 20:16:47 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-27 00:02:49 +0100 |
| commit | 9208c7b65b06f05bd7b36037c9ee08d80c760633 (patch) | |
| tree | 3e48d33d010308d0c88c82b7503a61e35b6cb3a5 /gnu | |
| parent | b1b9d88db84b6f1d3e5d6b025e349ce6c390d970 (diff) | |
gnu: trytond-document-incoming-invoice: Update to 7.0.1.
* gnu/packages/tryton.scm (trytond-document-incoming-invoice): Update to 7.0.1.
Change-Id: Icfa8300af5cbb99d9376966d469154b9a3a4ef0b
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tryton.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 9a44627b88f..b7f30fe61a7 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -2263,13 +2263,13 @@ process incoming documents.") | |||
| 2263 | (define-public trytond-document-incoming-invoice | 2263 | (define-public trytond-document-incoming-invoice |
| 2264 | (package | 2264 | (package |
| 2265 | (name "trytond-document-incoming-invoice") | 2265 | (name "trytond-document-incoming-invoice") |
| 2266 | (version "7.0.0") | 2266 | (version "7.0.1") |
| 2267 | (source | 2267 | (source |
| 2268 | (origin | 2268 | (origin |
| 2269 | (method url-fetch) | 2269 | (method url-fetch) |
| 2270 | (uri (pypi-uri "trytond_document_incoming_invoice" version)) | 2270 | (uri (pypi-uri "trytond_document_incoming_invoice" version)) |
| 2271 | (sha256 | 2271 | (sha256 |
| 2272 | (base32 "1jpwwqpa4zaap1bi6praldybx2psgyi7lkafxcg2qrs36xzwgzpl")))) | 2272 | (base32 "0fa11cgr8hi1ssirb8c9jgn8li5rwcil7z5ck1n8wpyql5waa6qz")))) |
| 2273 | (build-system pyproject-build-system) | 2273 | (build-system pyproject-build-system) |
| 2274 | (arguments (tryton-arguments "document_incoming_invoice")) | 2274 | (arguments (tryton-arguments "document_incoming_invoice")) |
| 2275 | (native-inputs %standard-trytond-native-inputs) | 2275 | (native-inputs %standard-trytond-native-inputs) |
