diff options
Diffstat (limited to 'gnu/packages/diffoscope.scm')
| -rw-r--r-- | gnu/packages/diffoscope.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index b27ff40340a..fb22381673f 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
| @@ -49,6 +49,7 @@ | |||
| 49 | #:use-module (gnu packages mono) | 49 | #:use-module (gnu packages mono) |
| 50 | #:use-module (gnu packages ocaml) | 50 | #:use-module (gnu packages ocaml) |
| 51 | #:use-module (gnu packages package-management) | 51 | #:use-module (gnu packages package-management) |
| 52 | #:use-module (gnu packages pascal) | ||
| 52 | #:use-module (gnu packages patchutils) | 53 | #:use-module (gnu packages patchutils) |
| 53 | #:use-module (gnu packages pdf) | 54 | #:use-module (gnu packages pdf) |
| 54 | #:use-module (gnu packages python-web) | 55 | #:use-module (gnu packages python-web) |
| @@ -72,7 +73,7 @@ | |||
| 72 | (define-public diffoscope | 73 | (define-public diffoscope |
| 73 | (package | 74 | (package |
| 74 | (name "diffoscope") | 75 | (name "diffoscope") |
| 75 | (version "188") | 76 | (version "189") |
| 76 | (source | 77 | (source |
| 77 | (origin | 78 | (origin |
| 78 | (method git-fetch) | 79 | (method git-fetch) |
| @@ -81,9 +82,9 @@ | |||
| 81 | (commit version))) | 82 | (commit version))) |
| 82 | (file-name (git-file-name name version)) | 83 | (file-name (git-file-name name version)) |
| 83 | (sha256 | 84 | (sha256 |
| 84 | (base32 "1byd28ihni5g0ikjjcsq68smj1rw33vv9z0cymqa4ds670c77yvn")) | 85 | (base32 "0dai9gwsr9xnficjy8myq6xr301y4iy82aidm936qsqjwrp8q1sm")) |
| 85 | (patches | 86 | (patches |
| 86 | (search-patches "diffoscope-fix-test_item3_deflate_llvm_bitcode.patch")))) | 87 | (search-patches "diffoscope-fix-llvm-test.patch")))) |
| 87 | (build-system python-build-system) | 88 | (build-system python-build-system) |
| 88 | (arguments | 89 | (arguments |
| 89 | `(#:phases (modify-phases %standard-phases | 90 | `(#:phases (modify-phases %standard-phases |
| @@ -183,6 +184,7 @@ | |||
| 183 | ("dtc" ,dtc) | 184 | ("dtc" ,dtc) |
| 184 | ("e2fsprogs" ,e2fsprogs) | 185 | ("e2fsprogs" ,e2fsprogs) |
| 185 | ("ffmpeg" ,ffmpeg) | 186 | ("ffmpeg" ,ffmpeg) |
| 187 | ("fpc" ,fpc) | ||
| 186 | ("gettext" ,gettext-minimal) | 188 | ("gettext" ,gettext-minimal) |
| 187 | ("ghostscript" ,ghostscript) | 189 | ("ghostscript" ,ghostscript) |
| 188 | ("giflib:bin" ,giflib "bin") | 190 | ("giflib:bin" ,giflib "bin") |
| @@ -229,7 +231,7 @@ install.") | |||
| 229 | (define-public reprotest | 231 | (define-public reprotest |
| 230 | (package | 232 | (package |
| 231 | (name "reprotest") | 233 | (name "reprotest") |
| 232 | (version "0.7.16") | 234 | (version "0.7.18") |
| 233 | (source | 235 | (source |
| 234 | (origin | 236 | (origin |
| 235 | (method git-fetch) | 237 | (method git-fetch) |
| @@ -239,7 +241,7 @@ install.") | |||
| 239 | (file-name (git-file-name name version)) | 241 | (file-name (git-file-name name version)) |
| 240 | (sha256 | 242 | (sha256 |
| 241 | (base32 | 243 | (base32 |
| 242 | "0s7gyixk868dw6yqxsb1sq24mgg9ilz5s2yidd5j0zhl683n7dw9")))) | 244 | "19lwsxq53isgfkvlxvxqqmbjfcim3lhcxwk7m9ddfjiynhq74949")))) |
| 243 | (inputs | 245 | (inputs |
| 244 | `(("python-debian" ,python-debian) | 246 | `(("python-debian" ,python-debian) |
| 245 | ("python-distro" ,python-distro) | 247 | ("python-distro" ,python-distro) |
