diff options
| author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2026-08-15 16:38:25 -0700 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-17 15:13:10 +0200 |
| commit | f81db987fd6ace0762a9481dc160c87ff313e54f (patch) | |
| tree | 222f4ec008295f443b6336b7808dbd121a6b2432 /gnu/packages/diffoscope.scm | |
| parent | 6b87a85ae076750152f0cfa30f207b6f109b56fc (diff) | |
gnu: diffoscope: Update to 328.
* gnu/packages/diffoscope.scm (diffoscope): Update to 328.
Merges: guix/guix!10586
Modified-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/diffoscope.scm')
| -rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 2b1179d2ce1..8a37454aaa2 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 "327") | 82 | (version "328") |
| 83 | (source | 83 | (source |
| 84 | (origin | 84 | (origin |
| 85 | (method git-fetch) | 85 | (method git-fetch) |
| @@ -88,7 +88,7 @@ | |||
| 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 "1sqp4vrlb3v5r9h8xn3mgz62gi637fldjd868c3dm2crr6xdi7hq")))) | 91 | (base32 "1fq4ppa164kdfyvvvbh0hcix21xfx0xd80zkbyw74d0ham8vmy07")))) |
| 92 | (build-system pyproject-build-system) | 92 | (build-system pyproject-build-system) |
| 93 | (arguments | 93 | (arguments |
| 94 | (list | 94 | (list |
