guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 321e33c0b70d583d2a1e32b59edcd255f8c0b0f9
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:10:09 2025 +0100
gnu: trytond: Update to 7.0.40.
* gnu/packages/tryton.scm (trytond): Update to 7.0.40.
Change-Id: I5d97498371f784b4f80778ee669277b6cac7928c
---
gnu/packages/tryton.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 3ed4247387..25017b10ed 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
(define-public trytond
(package
(name "trytond")
- (version "7.0.37")
+ (version "7.0.40")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond" version))
(sha256
- (base32 "1i51yd5kvmcny5k36pj0l3rblyig9zxv5pvvln9c2xq2nkndqqr6"))
+ (base32 "198scaad4wvpxxa7nmzkpmbymqyjay7z207px67v73br5l86q154"))
(patches (search-patches "trytond-add-guix_trytond_path.patch"))))
(build-system pyproject-build-system)
(arguments