[PATCH] gnu: diffoscope: Update to 245.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • ???
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 21 Jul 2023 15:40
(address . guix-patches@gnu.org)
CAFyhPjVUoLD4rdcd=SgpJAK=5+kNEv0TpXQXm1EwHV8uCCGpQw@mail.gmail.com
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(-)

Toggle diff (24 lines)
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
?
(name . Michael Ford)(address . fanquake@gmail.com)(address . 64770-done@debbugs.gnu.org)
87o7jba1qz.fsf@envs.net
Michael Ford <fanquake@gmail.com> writes:


Toggle quote (2 lines)
> * gnu/packages/diffoscope.scm (diffoscope): Update to 245.

Hello, we have version 247 now, closing, thanks.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64770@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64770
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch