unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68758] [PATCH] gnu: diffoscope: Update to 255.
@ 2024-01-27 13:56 David Pflug
  2024-02-02 19:57 ` bug#68758: " Vagrant Cascadian
  0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-01-27 13:56 UTC (permalink / raw)
  To: 68758; +Cc: David Pflug, Vagrant Cascadian

* 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@mykolab.com>
 ;;; Copyright © 2019 Vagrant Cascadian <vagrant@reproducible-builds.org>
 ;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2024 David Pflug <david@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





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

* bug#68758: [PATCH] gnu: diffoscope: Update to 255.
  2024-01-27 13:56 [bug#68758] [PATCH] gnu: diffoscope: Update to 255 David Pflug
@ 2024-02-02 19:57 ` Vagrant Cascadian
  0 siblings, 0 replies; 2+ messages in thread
From: Vagrant Cascadian @ 2024-02-02 19:57 UTC (permalink / raw)
  To: 68758-done; +Cc: David Pflug

[-- Attachment #1: Type: text/plain, Size: 1719 bytes --]

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@mykolab.com>
>  ;;; Copyright © 2019 Vagrant Cascadian <vagrant@reproducible-builds.org>
>  ;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
> +;;; Copyright © 2024 David Pflug <david@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

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

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

end of thread, other threads:[~2024-02-02 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-27 13:56 [bug#68758] [PATCH] gnu: diffoscope: Update to 255 David Pflug
2024-02-02 19:57 ` bug#68758: " Vagrant Cascadian

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).