diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2019-04-28 12:43:03 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-29 09:33:55 +0200 |
commit | c31bec88a818a0ee112e1e80222e7beffa463057 (patch) | |
tree | b589381428739c6166b832817c1b8ec14c3afe5e /gnu | |
parent | b901b72545ba780741113519a10a11ea6d69e42d (diff) | |
download | guix-c31bec88a818a0ee112e1e80222e7beffa463057.tar guix-c31bec88a818a0ee112e1e80222e7beffa463057.tar.gz |
gnu: diffoscope: Update to 114.
* gnu/packages/package-management (diffoscope): Update to 114.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/package-management.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index a490945970..697a04e098 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -546,13 +546,13 @@ transactions from C or Python.") (define-public diffoscope (package (name "diffoscope") - (version "113") + (version "114") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "10wjri6vsqxf2nb7jjhsq38qlpf407b4qrdczrk696aa1v71i44w")))) + "07sma4izcqxdv0zi1s5fnsybvkc47c3vbpm372sg83q8l7rhizzp")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |