1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-07 01:04:05 +02:00

gnu: trytond-stock-inventory-location: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-stock-inventory-location): Update to 7.0.0.
[build-system] Switch to pyproject-build-system.

Change-Id: I40d694b9bdaaeef32da8a5aad4e84a18763ec5a2
This commit is contained in:
Hartmut Goebel
2025-09-26 13:02:22 +02:00
parent 8c5f89712f
commit 310bf32b49
+4 -4
View File
@@ -4039,16 +4039,16 @@ other stock mechanisms to anticipate customer demand.")
(define-public trytond-stock-inventory-location
(package
(name "trytond-stock-inventory-location")
(version "6.2.0")
(version "7.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_stock_inventory_location" version))
(sha256
(base32 "1x35rq6hzxb9wzsflvlsbl1fjgqcp6byrj4rk20fvgbhnv02s4x0"))))
(build-system python-build-system)
(base32 "1z79j28liyrf1wk34vpnqrvv0d9pil74scmghyn6s3d5a0hvaia6"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "stock_inventory_location"))
(native-inputs (%standard-trytond-native-inputs))
(native-inputs %standard-trytond-native-inputs)
(propagated-inputs
(list trytond trytond-company trytond-product trytond-stock))
(home-page