~ruther/guix-local

7637eb466c121489f2bbc968c3e889e9ced43b42 — Hartmut Goebel 4 months ago 4d6956e
gnu: trytond-stock-supply: Update to 7.0.5.

* gnu/packages/tryton.scm (trytond-stock-supply): Update to 7.0.5.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +2 -2
@@ 5229,13 5229,13 @@ there can be a move with the remaining quantity.")
(define-public trytond-stock-supply
  (package
    (name "trytond-stock-supply")
    (version "7.0.4")
    (version "7.0.5")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_supply" version))
       (sha256
        (base32 "14sckfm145awpx9flcsrfc16yl4wxg2asjsmpz57clm2c6nnrhmr"))))
        (base32 "0c6df8bnhjmwg431z2lnxpy4xm1zsnr4drbj0nn99pfsrkhya5nf"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_supply"))
    (native-inputs %standard-trytond-native-inputs)