Update diffoscope to 238

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal
V
V
Vagrant Cascadian wrote on 14 Mar 2023 03:57
(address . guix-patches@gnu.org)
87zg8gm448.fsf@wireframe
From e105ef0bf1d4829d37124556d8425fd058074e0b Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Mon, 13 Mar 2023 16:39:19 -0700
Subject: [PATCH] gnu: diffoscope: Update to 238.

* gnu/packages/diffoscope.scm (diffoscope): Update to 238.
[native-inputs]: Switch from poppler to poppler-next.
---
gnu/packages/diffoscope.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 0dda89d860..2be87cbab3 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 "233")
+ (version "238")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1m6fc7k8cd7ahra05vqccw1fdbjj6d20vr3q8v67ynnyih5nmbnb"))))
+ (base32 "11bib2h149b4jzxqhdi3dwivk6m4rvzjl8kg2n68sykgwa2fv24p"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -199,7 +199,7 @@ (define-public diffoscope
openssh
openssl
pgpdump
- poppler
+ poppler-next
python-jsbeautifier
r-minimal
rpm

base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZA/ipwAKCRDcUY/If5cW
qvCtAP94OpKCwyFwxUgE1t8n+AcwIkSW/2y3oCans2Z2VZYvJQD+P6vJ2+F0n0T3
PwT23yJTSESdAInVX3/vXgLXTsUevgA=
=68hO
-----END PGP SIGNATURE-----

A
A
Andreas Enge wrote on 15 Mar 2023 15:43
Close
ZBHZdTdZvPn4t7MO@jurong
Both applied, thank you!

Andreas
Closed
?
Your comment

This issue is archived.

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

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