[PATCH] gnu: trydiffoscope: Update to 67.0.6.

  • 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)
f1b1419d8a8ee037128cc6739c422473551c51a8.1706363942.git.david@pflug.io
* gnu/packages/diffoscope.scm (trydiffoscope): Update to 67.0.6.

Change-Id: I508a9ed647bbe2afc6b9ee9730ab1d5d08ade508
---
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..4b010f009e 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.
;;;
@@ -305,7 +306,7 @@ (define-public reprotest
(define-public trydiffoscope
(package
(name "trydiffoscope")
- (version "67.0.1")
+ (version "67.0.6")
(source
(origin
(method git-fetch)
@@ -315,7 +316,7 @@ (define-public trydiffoscope
(file-name (git-file-name name version))
(sha256
(base32
- "03b66cjii7l2yiwffj6ym6mycd5drx7prfp4j2550281pias6mjh"))))
+ "0jzxgqraf727fvjcc9bgwz8zymjiix07x54xzqpvm52cv681nd9j"))))
(arguments
`(#:phases
(modify-phases %standard-phases

base-commit: 3821ee62ccfe21b83d82f313c84497dd9980a0e6
--
2.41.0
Vagrant Cascadian wrote 1 years ago
(name . David Pflug)(address . david@pflug.io)(address . 68759@debbugs.gnu.org)
87plxiehbs.fsf@contorta
On 2024-01-27, David Pflug wrote:
Toggle quote (1 lines)
> * gnu/packages/diffoscope.scm (trydiffoscope): Update to 67.0.6.
...
Toggle quote (3 lines)
> - (version "67.0.1")
> + (version "67.0.6")

I have avoided updating trydiffoscope so far because (nearly?) all the
changes are specific to Debian packaging, but it might be nice to just
get it "current" with upstream, which is not actively changing much.


live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZblRyAAKCRDcUY/If5cW
qnB5AP0TnJMjNZPWbOTTs3bTZs/UfAlisH/oux5mSdep9AIEEwEA0oDvoLWXAQZZ
T8l3Powvp1SnOI2j82riiPF331GDCwI=
=PTBN
-----END PGP SIGNATURE-----

Vagrant Cascadian wrote 1 years ago
(address . 68759-done@debbugs.gnu.org)(name . David Pflug)(address . david@pflug.io)
877cjm8w8h.fsf@wireframe
On 2024-01-27, David Pflug wrote:
Toggle quote (2 lines)
> * gnu/packages/diffoscope.scm (trydiffoscope): Update to 67.0.6.

Applied as f45d05133472a9da13eae20ba4a676c696682c90, removing the
copyright line, as a version bump and hash update are not copyrightable.

Thanks for the contributions!

live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHQEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZb1LzgAKCRDcUY/If5cW
qtu0AQDKQskWLW1sAchmeF1moFlH9Js4oiN4IZusF1dkl4S6RQD4kmhHOC74K1W8
K5e7oIQzKhqEnb01WbiSFjo5sgBNDQ==
=AonL
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68759
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