summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/diffoscope.scm12
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index ddebd79a4b4..1bfd7e8e9a5 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 "312") 82 (version "313")
83 (source 83 (source
84 (origin 84 (origin
85 (method git-fetch) 85 (method git-fetch)
@@ -88,20 +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 "0955dgphw0ajssy1x33vlw090b37wcan0zvzqyvpnjfmzdbnwz92")))) 91 (base32 "13ib3glsj4xf2bcrlhfhn0411970ih8zn4y56vm2mqbjirqc0qj4"))))
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 ;; Switch to use 7zip, as p7zip is now a deprecated package.
98 ;; Can be dropped when updating to 313:
99 ;; https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/a826a00830420b5d76cb451d0d308f35a9b3251e
100 (add-after 'unpack 'update-to-7zip
101 (lambda _
102 (substitute* "diffoscope/external_tools.py"
103 (("p7zip")
104 "7zip"))))
105 ;; These tests are broken because our `file` package has a 97 ;; These tests are broken because our `file` package has a
106 ;; bug in berkeley-db and wasm file type detection. 98 ;; bug in berkeley-db and wasm file type detection.
107 (add-after 'unpack 'remove-broken-file-type-detection-test 99 (add-after 'unpack 'remove-broken-file-type-detection-test