diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-26 20:10:09 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-27 00:02:48 +0100 |
| commit | 321e33c0b70d583d2a1e32b59edcd255f8c0b0f9 (patch) | |
| tree | 315dd0d8bbb9ce35f9749a661f6763f648be7121 /gnu/packages/tryton.scm | |
| parent | 50b7968f79878ec82b87441a266ae37f0a74ecb3 (diff) | |
gnu: trytond: Update to 7.0.40.
* gnu/packages/tryton.scm (trytond): Update to 7.0.40.
Change-Id: I5d97498371f784b4f80778ee669277b6cac7928c
Diffstat (limited to 'gnu/packages/tryton.scm')
| -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 3ed42473870..25017b10ed8 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -66,13 +66,13 @@ installed in the same environments. Collecting only paths actually containing | |||
| 66 | (define-public trytond | 66 | (define-public trytond |
| 67 | (package | 67 | (package |
| 68 | (name "trytond") | 68 | (name "trytond") |
| 69 | (version "7.0.37") | 69 | (version "7.0.40") |
| 70 | (source | 70 | (source |
| 71 | (origin | 71 | (origin |
| 72 | (method url-fetch) | 72 | (method url-fetch) |
| 73 | (uri (pypi-uri "trytond" version)) | 73 | (uri (pypi-uri "trytond" version)) |
| 74 | (sha256 | 74 | (sha256 |
| 75 | (base32 "1i51yd5kvmcny5k36pj0l3rblyig9zxv5pvvln9c2xq2nkndqqr6")) | 75 | (base32 "198scaad4wvpxxa7nmzkpmbymqyjay7z207px67v73br5l86q154")) |
| 76 | (patches (search-patches "trytond-add-guix_trytond_path.patch")))) | 76 | (patches (search-patches "trytond-add-guix_trytond_path.patch")))) |
| 77 | (build-system pyproject-build-system) | 77 | (build-system pyproject-build-system) |
| 78 | (arguments | 78 | (arguments |
