diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 03:14:02 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 06:56:54 +0200 |
| commit | 4d07ce0cf520843c8cdab33fae33092a3a1649d7 (patch) | |
| tree | b033736082f497535d2c97f0ac3094b59235834c | |
| parent | 3b522de7099eb38fa78ec9cc3301401ebbf51cac (diff) | |
gnu: diffoscope: Update to 139.
* gnu/packages/diffoscope.scm (diffoscope): Update to 139.
| -rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index b835fb45106..37f8f74b7bc 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | #:use-module (ice-9 match)) | 68 | #:use-module (ice-9 match)) |
| 69 | 69 | ||
| 70 | (define-public diffoscope | 70 | (define-public diffoscope |
| 71 | (let ((version "138")) | 71 | (let ((version "139")) |
| 72 | (package | 72 | (package |
| 73 | (name "diffoscope") | 73 | (name "diffoscope") |
| 74 | (version version) | 74 | (version version) |
| @@ -80,7 +80,7 @@ | |||
| 80 | (file-name (git-file-name name version)) | 80 | (file-name (git-file-name name version)) |
| 81 | (sha256 | 81 | (sha256 |
| 82 | (base32 | 82 | (base32 |
| 83 | "1lsxwyqaaxmin8h06l0352f0kh0l9brbqfn0zv8hmb64bp5r20nr")))) | 83 | "1k4yjyvmn5nfdapkwgkr9gzpn18kr4c58n0f32pfkx4yakfqkk4i")))) |
| 84 | (build-system python-build-system) | 84 | (build-system python-build-system) |
| 85 | (arguments | 85 | (arguments |
| 86 | `(#:phases (modify-phases %standard-phases | 86 | `(#:phases (modify-phases %standard-phases |
