diff options
| author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2026-02-24 14:08:07 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-02-24 14:34:24 -0800 |
| commit | 43f71df9ceb7f10db7d1d16a2adb46da4adc1a3f (patch) | |
| tree | 67f0ff3942dad7da2864f4e7aa167c776b7f9c69 | |
| parent | 2fbfa55b712590667e9d5d68d9c5d376a29c99c7 (diff) | |
gnu: diffoscope: Update to 313.
* gnu/packages/diffoscope.scm (diffoscope): Update to 313.
[phases]: Drop 'update-to-7zip.
| -rw-r--r-- | gnu/packages/diffoscope.scm | 12 |
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 @@ (define-public diffoscope (package (name "diffoscope") - (version "312") + (version "313") (source (origin (method git-fetch) @@ -88,20 +88,12 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0955dgphw0ajssy1x33vlw090b37wcan0zvzqyvpnjfmzdbnwz92")))) + (base32 "13ib3glsj4xf2bcrlhfhn0411970ih8zn4y56vm2mqbjirqc0qj4")))) (build-system pyproject-build-system) (arguments (list #:phases #~(modify-phases %standard-phases - ;; Switch to use 7zip, as p7zip is now a deprecated package. - ;; Can be dropped when updating to 313: - ;; https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/a826a00830420b5d76cb451d0d308f35a9b3251e - (add-after 'unpack 'update-to-7zip - (lambda _ - (substitute* "diffoscope/external_tools.py" - (("p7zip") - "7zip")))) ;; These tests are broken because our `file` package has a ;; bug in berkeley-db and wasm file type detection. (add-after 'unpack 'remove-broken-file-type-detection-test |
