1
0
forked from tribes/guix

gnu: trytond-production-outsourcing: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-production-outsourcing): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.

Change-Id: I358c1d2b5cfe6f295fcdf868d9b8c951ae8f5df9
This commit is contained in:
Hartmut Goebel
2025-09-26 12:52:36 +02:00
parent 2fbb32650d
commit 00a040334a
+4 -4
View File
@@ -2688,16 +2688,16 @@ for production management: Bill of material and production order.")
(define-public trytond-production-outsourcing
(package
(name "trytond-production-outsourcing")
(version "6.2.0")
(version "7.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_production_outsourcing" version))
(sha256
(base32 "0ms50p42jr23v2fgm3kplacr11czx16dljmxvvn4qgxlacsf0dz0"))))
(build-system python-build-system)
(base32 "105xn6w0xqvqw3y7yyapv8ks3kfk7ffm5g00vy0scl3c9qi8qi5s"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "production_outsourcing"))
(native-inputs (%standard-trytond-native-inputs))
(native-inputs %standard-trytond-native-inputs)
(propagated-inputs
(list trytond trytond-product trytond-production
trytond-production-routing trytond-purchase))