guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f20a8f642cc8ca10d9dfed6afe7c655ee8064e09
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:45:04 2026 +0100
gnu: trytond-stock-lot: Update to 7.0.5.
* gnu/packages/tryton.scm (trytond-stock-lot): Update to 7.0.5.
[native-inputs]: Remove trytond-stock-split.
Change-Id: Iab971ea6c4a7d280974d854c665d8292a43a4377
---
gnu/packages/tryton.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 0d60d00c94..8fa1f2c2bf 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4758,18 +4758,16 @@ ordering to location.")
(define-public trytond-stock-lot
(package
(name "trytond-stock-lot")
- (version "7.0.4")
+ (version "7.0.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_stock_lot" version))
(sha256
- (base32 "1vgc9j221sp0wrs5c90pl5z5xmi6qdn2jm5s0hpaw94sv883j464"))))
+ (base32 "0nfbnmxw9cdkydkb7fmx2y9mgvxy60qi85xqnzw1dv0k8g1w4spg"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "stock_lot"))
- (native-inputs
- (cons* trytond-stock-split
- %standard-trytond-native-inputs))
+ (native-inputs %standard-trytond-native-inputs)
(propagated-inputs
(list trytond
trytond-product