all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64770] [PATCH] gnu: diffoscope: Update to 245.
@ 2023-07-21 13:40 Michael Ford
  2023-08-13  6:35 ` bug#64770: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-07-21 13:40 UTC (permalink / raw)
  To: 64770

From e7f79bab8555002df150b3a164cd8a3df0f9d18e Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Fri, 21 Jul 2023 14:39:17 +0100
Subject: [PATCH] gnu: diffoscope: Update to 245.

* gnu/packages/diffoscope.scm (diffoscope): Update to 245.
---
 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 5846c4cbd4..7dc6ecfa7b 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "244")
+    (version "245")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16v6p970kckyv5pa93sj7r5k4b0hgbyralvzddbj73g7srysa02v"))))
+        (base32 "0zh2smp0vvvl1c4f5ykmblw0xlbdfnix1v2yi5xpyia2pgslbjjv"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.41.0




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

* bug#64770: [PATCH] gnu: diffoscope: Update to 245.
  2023-07-21 13:40 [bug#64770] [PATCH] gnu: diffoscope: Update to 245 Michael Ford
@ 2023-08-13  6:35 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-13  6:35 UTC (permalink / raw)
  To: Michael Ford; +Cc: 64770-done

Michael Ford <fanquake@gmail.com> writes:


> * gnu/packages/diffoscope.scm (diffoscope): Update to 245.

Hello, we have version 247 now, closing, thanks.




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

end of thread, other threads:[~2023-08-13  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 13:40 [bug#64770] [PATCH] gnu: diffoscope: Update to 245 Michael Ford
2023-08-13  6:35 ` bug#64770: " 宋文武 via Guix-patches via

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.