Update diffoscope to 239.

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

Debbugs page

Vagrant Cascadian wrote 2 years ago
(address . guix-patches@gnu.org)
87zg87nd1x.fsf@wireframe
The update to diffoscope 238 required poppler-next in native-inputs, but
239 can work with the older poppler package as well. This patch keeps
poppler-next, but I have tested that either work, if for some reason
poppler is preferable.

live well,
vagrant
From d93b81adf47e25883962192c523b452ec41e9faf Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Mon, 20 Mar 2023 17:42:58 -0700
Subject: [PATCH] gnu: diffoscope: Update to 239.

* gnu/packages/diffoscope.scm (diffoscope): Update to 239.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 61df8418e6..1a6a6fa82c 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "238")
+ (version "239")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "11bib2h149b4jzxqhdi3dwivk6m4rvzjl8kg2n68sykgwa2fv24p"))))
+ (base32 "1awxazbrqqzqr5x50kam50ibmnjvidynkzp2158rdx5gy5lmnwcy"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases

base-commit: d2ae00530bf655eddea6b22901db13bc068a2116
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZBj/KgAKCRDcUY/If5cW
qpJqAQCf044Jjv7uFhKZpLFRLg0jlPNnsvISFk9NjCf+KXuiNAD/dMQQe4DwO+yu
2ARsUt+6ZNE1b6R4xrtuDveYO5et4wM=
=6RH7
-----END PGP SIGNATURE-----

Maxim Cournoyer wrote 2 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 62312@debbugs.gnu.org)
87ttye3nkq.fsf@gmail.com
Hi Vagrant,

Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

Toggle quote (5 lines)
> The update to diffoscope 238 required poppler-next in native-inputs, but
> 239 can work with the older poppler package as well. This patch keeps
> poppler-next, but I have tested that either work, if for some reason
> poppler is preferable.

I'd prefer to use poppler, but it's not a big deal since it's a native
input not carried on or worst, propagated.

LGTM!

--
Thanks,
Maxim
Maxim Cournoyer wrote 2 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 62312-done@debbugs.gnu.org)
87fs9ynejp.fsf_-_@gmail.com
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

Toggle quote (14 lines)
> Hi Vagrant,
>
> Vagrant Cascadian <vagrant@reproducible-builds.org> writes:
>
>> The update to diffoscope 238 required poppler-next in native-inputs, but
>> 239 can work with the older poppler package as well. This patch keeps
>> poppler-next, but I have tested that either work, if for some reason
>> poppler is preferable.
>
> I'd prefer to use poppler, but it's not a big deal since it's a native
> input not carried on or worst, propagated.
>
> LGTM!

Done. The change is now installed.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

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

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