emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63339: closed (Update diffoscope to 242)


From: GNU bug Tracking System
Subject: bug#63339: closed (Update diffoscope to 242)
Date: Sat, 13 May 2023 10:40:01 +0000

Your message dated Sat, 13 May 2023 18:39:11 +0800
with message-id <87y1lsqzw0.fsf@envs.net>
and subject line Re: bug#63339: Update diffoscope to 242
has caused the debbugs.gnu.org bug report #63339,
regarding Update diffoscope to 242
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63339: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63339
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Update diffoscope to 242 Date: Sat, 06 May 2023 18:09:37 -0700
The attached patch updates diffoscope to 242.

live well,
  vagrant
From 9f233d88a4d4cda30b0b6151a24bb24d041c29b0 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sat, 6 May 2023 17:58:39 -0700
Subject: [PATCH] gnu: diffoscope: Update to 242.

* gnu/packages/diffoscope.scm (diffoscope): Update to 242.
---
 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 ee4eec35fc..8f43945009 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 "239")
+    (version "242")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1awxazbrqqzqr5x50kam50ibmnjvidynkzp2158rdx5gy5lmnwcy"))))
+        (base32 "1aa6cszav4bgiljhkly0l3bzn4kggkncrk1zbc6hdm361r8yrw34"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.39.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#63339: Update diffoscope to 242 Date: Sat, 13 May 2023 18:39:11 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

> The attached patch updates diffoscope to 242.

Pushed to master, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]