summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-07 19:45:04 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-08 15:28:04 +0100
commitf20a8f642cc8ca10d9dfed6afe7c655ee8064e09 (patch)
treea7a2d1b4b045e1060d86159693f1faa3336165ad /gnu
parentb8d51cba360f4593453d7df2ed7d09286f5d4a93 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tryton.scm8
1 files 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