[PATCH] gnu: diffoscope: Update to 112.

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

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87va171glp.fsf@ponder
* gnu/packages/package-management (diffoscope): Update to 112.
---
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 477e977bb2..5a455ac116 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 "111")
+ (version "112")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "0sgqx3n0ny75bvcw10pfx61z67mdk5hx3mblw4gqnn2h9vc74qz1"))))
+ "00ry8iczfv85qyfxmarxpgdq2h5jfj41z8sl9005brk937a7p2fk"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.21.0
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXHSWswAKCRDcUY/If5cW
qkrKAQDwl45l/kRtBziZ7dN4c10tpjCq8guN/YNO+jjn2Dx3RgEAnKWZ0otkV1yB
2bNaIOS0caC2tXmZOqRKzjDagnbimw4=
=cR1v
-----END PGP SIGNATURE-----

Leo Famulari wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 34659-done@debbugs.gnu.org)
20190226023508.GB27226@jasmine.lan
On Mon, Feb 25, 2019 at 05:30:26PM -0800, Vagrant Cascadian wrote:
Toggle quote (2 lines)
> * gnu/packages/package-management (diffoscope): Update to 112.

Thanks! Pushed as 6dacaa70a0874662cbdabfc6df987cd5a09a518c
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlx0pdsACgkQJkb6MLrK
fwizCQ/8CvFwgmE8EHDrsED6cXxev/jYQxCx6qe/GOTAceQnKDTkuhLrq3XgpmND
k5xa2JfNOkaNW9i0x3evrok6RlvQn/S8NwsVkRoCo9iRpzNnmnxNcbC8GfjiGdKW
Xph3XehHF4MuutJzRkNhLVmprQPACDkQo6IEA4Lpiapb+qpNOVw8kkfXyvOOW6vq
/c5+ecKFIf64LKRiXw9v2QayAKKxAZpAXyrttAgWQJKehmgepRUfA8TzHTym9ZTn
GAOkdQjNiyWR19gB4OlIoC3L/9c7vBJx8a8artMsFbHL4qS18jWFgLSDaKbleOrh
LGKcCEBWTeIEE9UecbXTD933cmA+7ziohrG5eFIrALt6oXb798zUd0lfr+gIxwJj
vHyrVN4RmzJuhBincFYDjUp4fer/7oOaq+odzAwYTxX2Nbnl+UTtgicluDwovER2
+RYNiy4dyhYcxtzdqQ/63U9xDxA7K8ODB6rIu+yWOX1m6TDyLxE/1Q5Ek5uae9Vr
X6KDd/HUCiZq/MwyIfcS3oFKrMYb4WP8gLv0nOXlue3g8pwaG1iXwqDbUG07ojXn
7I8Q5kVRhFPyAuuBeU9BrcooqlC8DKlrlIGjbRKuICrgi6wb6Sh/EKByJKRmB92n
x0uOBgRdQ4Ol2LtVjfGknWTkqOh+NpWTwKkAoxr4sE2P+SbnyB8=
=9wL4
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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