GNU bug report logs - #68758
[PATCH] gnu: diffoscope: Update to 255.

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> pflug.io>

Date: Sat, 27 Jan 2024 13:57:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> reproducible-builds.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68758 in the body.
You can then email your comments to 68758 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to vagrant <at> reproducible-builds.org, guix-patches <at> gnu.org:
bug#68758; Package guix-patches. (Sat, 27 Jan 2024 13:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Pflug <david <at> pflug.io>:
New bug report received and forwarded. Copy sent to vagrant <at> reproducible-builds.org, guix-patches <at> gnu.org. (Sat, 27 Jan 2024 13:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: David Pflug <david <at> pflug.io>
To: guix-patches <at> gnu.org
Cc: David Pflug <david <at> pflug.io>
Subject: [PATCH] gnu: diffoscope: Update to 255.
Date: Sat, 27 Jan 2024 08:56:14 -0500
* gnu/packages/diffoscope.scm (diffoscope): Update to 255.

Change-Id: Ic0eb0a34cbd82286ac294da20984c3a2ec09fe1f
---
 gnu/packages/diffoscope.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index d950466ffe..6f56dac30a 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018, 2019 Rutger Helling <rhelling <at> mykolab.com>
 ;;; Copyright © 2019 Vagrant Cascadian <vagrant <at> reproducible-builds.org>
 ;;; Copyright © 2022, 2023 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2024 David Pflug <david <at> pflug.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -74,7 +75,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "253")
+    (version "255")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nvq0lv246rah0ryb2qd20yf3gfy0iwfi3335rg9c3gpz0ha4wnb"))))
+        (base32 "07mkmwp3ni2dh5w5q2vxkc588l5dabcly3jrd8ic62318si7d400"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 3821ee62ccfe21b83d82f313c84497dd9980a0e6
-- 
2.41.0





Reply sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
You have taken responsibility. (Fri, 02 Feb 2024 19:59:01 GMT) Full text and rfc822 format available.

Notification sent to David Pflug <david <at> pflug.io>:
bug acknowledged by developer. (Fri, 02 Feb 2024 19:59:01 GMT) Full text and rfc822 format available.

Message #10 received at 68758-done <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: 68758-done <at> debbugs.gnu.org
Cc: David Pflug <david <at> pflug.io>
Subject: Re: [bug#68758] [PATCH] gnu: diffoscope: Update to 255.
Date: Fri, 02 Feb 2024 11:57:58 -0800
[Message part 1 (text/plain, inline)]
On 2024-01-27, David Pflug wrote:
> * gnu/packages/diffoscope.scm (diffoscope): Update to 255.
>
> Change-Id: Ic0eb0a34cbd82286ac294da20984c3a2ec09fe1f
> ---
>  gnu/packages/diffoscope.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied as 9d52585ebd4d759607eacfef31144676b08edc81, although I dropped
the copyright notice as the changes were not copyrightable, being only a
version bump and source hash update.

live well,
  vagrant

> diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
> index d950466ffe..6f56dac30a 100644
> --- a/gnu/packages/diffoscope.scm
> +++ b/gnu/packages/diffoscope.scm
> @@ -6,6 +6,7 @@
>  ;;; Copyright © 2018, 2019 Rutger Helling <rhelling <at> mykolab.com>
>  ;;; Copyright © 2019 Vagrant Cascadian <vagrant <at> reproducible-builds.org>
>  ;;; Copyright © 2022, 2023 Efraim Flashner <efraim <at> flashner.co.il>
> +;;; Copyright © 2024 David Pflug <david <at> pflug.io>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -74,7 +75,7 @@ (define-module (gnu packages diffoscope)
>  (define-public diffoscope
>    (package
>      (name "diffoscope")
> -    (version "253")
> +    (version "255")
>      (source
>       (origin
>         (method git-fetch)
> @@ -83,7 +84,7 @@ (define-public diffoscope
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1nvq0lv246rah0ryb2qd20yf3gfy0iwfi3335rg9c3gpz0ha4wnb"))))
> +        (base32 "07mkmwp3ni2dh5w5q2vxkc588l5dabcly3jrd8ic62318si7d400"))))
>      (build-system python-build-system)
>      (arguments
>       (list
>
> base-commit: 3821ee62ccfe21b83d82f313c84497dd9980a0e6
> -- 
> 2.41.0
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 02 Mar 2024 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 105 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.