summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2026-08-12 12:35:45 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-13 23:42:10 -0700
commitad3a0bbc8ffe662d4e7fe3c2ee8cb09b148baa81 (patch)
treeb8b8695d99906e44a12c8132836447a7606a9f86
parent2010c341928e92a6fce0e48779bb15569cd9ab7b (diff)
gnu: diffoscope: Update to 327.
* gnu/packages/diffoscope.scm (diffoscope): Update to 327. [phases]: Remove 'add-mono-for-pedump. [native-inputs]: Replace llvm-13 by llvm.
-rw-r--r--gnu/packages/diffoscope.scm15
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