~ruther/guix-local

40d7d67173c83da4a91b5edee39c8de1f4f3eb68 — Hartmut Goebel 4 months ago 9d4fc98
gnu: trytond-production-outsourcing: Update to 7.0.2.

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

Change-Id: I5d64401b3b1ccb1506707c181d5a00bd6b852b8c
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +2 -2
@@ 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)