[PATCH] gnu: diffoscope: Update to 113.

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

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
871s3j68pv.fsf@ponder
* gnu/packages/package-management (diffoscope): Update to 113.

---
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 5a455ac116..dc864a6116 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -548,13 +548,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
- (version "112")
+ (version "113")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "00ry8iczfv85qyfxmarxpgdq2h5jfj41z8sl9005brk937a7p2fk"))))
+ "10wjri6vsqxf2nb7jjhsq38qlpf407b4qrdczrk696aa1v71i44w"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXIAvXQAKCRDcUY/If5cW
qqmnAPwPc46DqZgF+HJQEnMWZLsuK/VXXWql57PHV+1QEHcTuwEAtSbpxkuzXhmc
t8QOAwYzHz+ZyvyhK+POQVMWKgY/zQA=
=scQY
-----END PGP SIGNATURE-----

Ricardo Wurmus wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 34775-done@debbugs.gnu.org)
878sxrvhla.fsf@elephly.net
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

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

Pushed to the master branch with commit 11599cff1e.

Thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

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