diff options
| -rw-r--r-- | gnu/packages/diffoscope.scm | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 43053742066..2b1179d2ce1 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
| @@ -79,7 +79,7 @@ | |||
| 79 | (define-public diffoscope | 79 | (define-public diffoscope |
| 80 | (package | 80 | (package |
| 81 | (name "diffoscope") | 81 | (name "diffoscope") |
| 82 | (version "325") | 82 | (version "327") |
| 83 | (source | 83 | (source |
| 84 | (origin | 84 | (origin |
| 85 | (method git-fetch) | 85 | (method git-fetch) |
| @@ -88,21 +88,12 @@ | |||
| 88 | (commit version))) | 88 | (commit version))) |
| 89 | (file-name (git-file-name name version)) | 89 | (file-name (git-file-name name version)) |
| 90 | (sha256 | 90 | (sha256 |
| 91 | (base32 "1ynafvig5j8agl4jvzpfymv1wc61vhlr5sh59hv322fkk8jk600j")))) | 91 | (base32 "1sqp4vrlb3v5r9h8xn3mgz62gi637fldjd868c3dm2crr6xdi7hq")))) |
| 92 | (build-system pyproject-build-system) | 92 | (build-system pyproject-build-system) |
| 93 | (arguments | 93 | (arguments |
| 94 | (list | 94 | (list |
| 95 | #:phases | 95 | #:phases |
| 96 | #~(modify-phases %standard-phases | 96 | #~(modify-phases %standard-phases |
| 97 | (add-after 'unpack 'add-mono-for-pedump | ||
| 98 | ;; Fixed upstream: | ||
| 99 | ;; https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/b79afa9e56110010f9bf6f7578b379e71400ebc3 | ||
| 100 | ;; remove this phase when updating to | ||
| 101 | ;; diffoscope 326 | ||
| 102 | (lambda _ | ||
| 103 | (substitute* "diffoscope/external_tools.py" | ||
| 104 | ((".debian.: .mono") | ||
| 105 | "\"guix\": \"mono\", \"debian\": \"mono,")))) | ||
| 106 | ;; These tests are broken because our `file` package has a | 97 | ;; These tests are broken because our `file` package has a |
| 107 | ;; bug in berkeley-db and wasm file type detection. | 98 | ;; bug in berkeley-db and wasm file type detection. |
| 108 | (add-after 'unpack 'remove-broken-file-type-detection-test | 99 | (add-after 'unpack 'remove-broken-file-type-detection-test |
| @@ -227,7 +218,7 @@ | |||
| 227 | imagemagick | 218 | imagemagick |
| 228 | libarchive | 219 | libarchive |
| 229 | libcaca | 220 | libcaca |
| 230 | llvm-13 | 221 | llvm |
| 231 | lz4 | 222 | lz4 |
| 232 | lzip | 223 | lzip |
| 233 | ocaml | 224 | ocaml |
