~ruther/guix-local

ba6d3612550f5d978c4b5b1df122444f8fb29377 — Tobias Geerinckx-Rice 6 years ago a0e5111
gnu: diffoscope: Update to 146.

* gnu/packages/diffoscope.scm (diffoscope): Update to 146.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/diffoscope.scm
M gnu/packages/diffoscope.scm => gnu/packages/diffoscope.scm +2 -2
@@ 72,7 72,7 @@
(define-public diffoscope
  (package
    (name "diffoscope")
    (version "145")
    (version "146")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 81,7 81,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
                "01n7q3q0hib4bd8gcq0yjghy5zhp0fh0bq1jxrn2ww8zyd4knmc3"))))
                "07kd3vshf4wlm0mv3mp6ljbxjq80mcg52w5ks6si1gnpzfbfz07p"))))
    (build-system python-build-system)
    (arguments
     `(#:phases (modify-phases %standard-phases