mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Update diffoscope to 288.
[[PGP Signed Part:No public key for DC518FC87F9716AA created at 2025-02-08T04:00:13+0900 using EDDSA]] The attached patch updates diffoscope to 288. The only dependent, reprotest, still builds! live well, vagrant [2. text/x-diff; 0001-gnu-diffoscope-Update-to-288.patch] From f4e896cd92570f0293ac8af08a4297379987d606 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <vagrant@reproducible-builds.org> Date: Fri, 7 Feb 2025 10:32:57 -0800 Subject: [PATCH] gnu: diffoscope: Update to 288. * gnu/packages/diffoscope.scm (diffoscope): Update to 288. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
a800c4fc58
commit
d304311a39
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
(define-public diffoscope
|
||||
(package
|
||||
(name "diffoscope")
|
||||
(version "287")
|
||||
(version "288")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -86,7 +86,7 @@
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18q18hsjxw2cbsd5ppadac45rxdj9ikhdrr2b4w2r7j6b523giar"))))
|
||||
(base32 "1k45ikqn4k36fwzyy8qqpgmk531x9kpnq0j0h3b8mmm4daq1vyl8"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue