[PATCH] gnu: diffoscope: Update to 114.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87r29lc3w8.fsf@ponder
* gnu/packages/package-management (diffoscope): Update to 114.
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index a490945970..697a04e098 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -546,13 +546,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
- (version "113")
+ (version "114")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "10wjri6vsqxf2nb7jjhsq38qlpf407b4qrdczrk696aa1v71i44w"))))
+ "07sma4izcqxdv0zi1s5fnsybvkc47c3vbpm372sg83q8l7rhizzp"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXMYCSAAKCRDcUY/If5cW
qqloAQDtZpJr/1VA2VQpcdW1UwkzuRtq0VnZEw/+W4ssM9l4OwD/fl5GV8WilC7X
OZKwpfVbL+1MGuHf08TIMmf5lryzXwU=
=hF3u
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)
87bm0pjm9u.fsf@gnu.org
Hi!

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

Toggle quote (2 lines)
> * gnu/packages/package-management (diffoscope): Update to 114.

Applied, thanks!

Would you like to create an account on Savannah? We’d add you to the
‘guix’ group, which would make it easier for you to push changes like
this one or in your other areas of expertise.

Thanks,
Ludo’.
Ludovic Courtès wrote 6 years ago
control message for bug #35478
(address . control@debbugs.gnu.org)
87sgtva6mg.fsf@gnu.org
tags 35478 fixed
close 35478
?
Your comment

This issue is archived.

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

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