[PATCH] gnu: diffoscope: Update to 255.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Pflug
  • Vagrant Cascadian
Owner
unassigned
Submitted by
David Pflug
Severity
normal

Debbugs page

David Pflug wrote 1 years ago
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
adeda42221f3cec8934b8b020ddf2f3ebecbd264.1706363774.git.david@pflug.io
* gnu/packages/diffoscope.scm (diffoscope): Update to 255.

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

Toggle diff (34 lines)
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
Vagrant Cascadian wrote 1 years ago
(address . 68758-done@debbugs.gnu.org)(name . David Pflug)(address . david@pflug.io)
87a5oi8wqh.fsf@wireframe
On 2024-01-27, David Pflug wrote:
Toggle quote (7 lines)
> * 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

Toggle quote (34 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZb1JRgAKCRDcUY/If5cW
qpktAQDa3ydYkqrfQ1kN5Mo+3GefTdnRkuXmj2cNAcqZWuJ2ogD/Z8fEbi7hKjl6
KUCHQ2lcpmktZ/J3n/vos03fTvDxjgI=
=e8gy
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68758
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help