1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: trytond-production-outsourcing: Update to 7.0.2.

* gnu/packages/tryton.scm (trytond-production-outsourcing): Update to 7.0.2.

Change-Id: I5d64401b3b1ccb1506707c181d5a00bd6b852b8c
This commit is contained in:
Hartmut Goebel
2025-11-26 20:19:38 +01:00
parent 9d4fc986e5
commit 40d7d67173

View File

@@ -3118,13 +3118,13 @@ for production management: Bill of material and production order.")
(define-public trytond-production-outsourcing
(package
(name "trytond-production-outsourcing")
(version "7.0.1")
(version "7.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_production_outsourcing" version))
(sha256
(base32 "105xn6w0xqvqw3y7yyapv8ks3kfk7ffm5g00vy0scl3c9qi8qi5s"))))
(base32 "16f4d5jma1ygjn8rwi1pi7w6nyj2n2nw0qph7jjb5pzfdw88g3g6"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "production_outsourcing"))
(native-inputs %standard-trytond-native-inputs)