all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74698] Update diffoscope to 283
@ 2024-12-04 23:11 Vagrant Cascadian
  2024-12-06 20:19 ` [bug#74714] Actually, how about update diffoscope to 284 Vagrant Cascadian
  2024-12-07  5:06 ` bug#74698: Update diffoscope to 283 Vagrant Cascadian
  0 siblings, 2 replies; 4+ messages in thread
From: Vagrant Cascadian @ 2024-12-04 23:11 UTC (permalink / raw)
  To: 74698; +Cc: vagrant


[-- Attachment #1.1: Type: text/plain, Size: 114 bytes --]

The attached patch updates diffoscope to 283.

reprotest, the only dependent, still builds.

live well,
  vagrant

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-diffoscope-Update-to-283.patch --]
[-- Type: text/x-diff, Size: 1227 bytes --]

From 499ba9834ca6e3c9bce2f90ab36a6f70ac28cfe8 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Wed, 4 Dec 2024 14:53:55 -0800
Subject: [PATCH] gnu: diffoscope: Update to 283.

* gnu/packages/diffoscope.scm (diffoscope): Update to 283.
---
 gnu/packages/diffoscope.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 04e4ca2dc4..239742a5d2 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "282")
+    (version "283")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
+        (base32 "006q0bb7m7jz8priiaa8mhjzj4qp8jj003kmr4n7ss0sh1qp046f"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
-- 
2.39.5


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-07  5:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-04 23:11 [bug#74698] Update diffoscope to 283 Vagrant Cascadian
2024-12-06 20:19 ` [bug#74714] Actually, how about update diffoscope to 284 Vagrant Cascadian
2024-12-07  1:42   ` bug#74714: " Zheng Junjie
2024-12-07  5:06 ` bug#74698: Update diffoscope to 283 Vagrant Cascadian

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.