guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 80dba9a9ad6cf565457d09ba9026d77225c207d0
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:20:22 2025 +0100
gnu: trytond-purchase: Update to 7.0.15.
* gnu/packages/tryton.scm (trytond-purchase): Update to 7.0.15.
Change-Id: I9302321acf2911ba94b17094a8b8e5f49058783c
---
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 e76666841a..72b653171e 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3353,13 +3353,13 @@ the linked time sheets and the linked purchase lines.")
(define-public trytond-purchase
(package
(name "trytond-purchase")
- (version "7.0.14")
+ (version "7.0.15")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_purchase" version))
(sha256
- (base32 "0qf17qpcid9d0vm5wnzfg0qsal67zfdxipjr28nw9azjvx07vbvz"))))
+ (base32 "0mc5m7navyw9h7xc8kypdmcr05ggh3f33fdxnw0r08mmw01sy1cg"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "purchase"))
(native-inputs %standard-trytond-native-inputs)