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 | |
| parent | b901b72545ba780741113519a10a11ea6d69e42d (diff) | |
gnu: diffoscope: Update to 114.
* gnu/packages/package-management (diffoscope): Update to 114.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -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 a4909459705..697a04e0980 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -546,13 +546,13 @@ transactions from C or Python.") | |||
| 546 | (define-public diffoscope | 546 | (define-public diffoscope |
| 547 | (package | 547 | (package |
| 548 | (name "diffoscope") | 548 | (name "diffoscope") |
| 549 | (version "113") | 549 | (version "114") |
| 550 | (source (origin | 550 | (source (origin |
| 551 | (method url-fetch) | 551 | (method url-fetch) |
| 552 | (uri (pypi-uri name version)) | 552 | (uri (pypi-uri name version)) |
| 553 | (sha256 | 553 | (sha256 |
| 554 | (base32 | 554 | (base32 |
| 555 | "10wjri6vsqxf2nb7jjhsq38qlpf407b4qrdczrk696aa1v71i44w")))) | 555 | "07sma4izcqxdv0zi1s5fnsybvkc47c3vbpm372sg83q8l7rhizzp")))) |
| 556 | (build-system python-build-system) | 556 | (build-system python-build-system) |
| 557 | (arguments | 557 | (arguments |
| 558 | `(#:phases (modify-phases %standard-phases | 558 | `(#:phases (modify-phases %standard-phases |
