[PATCH] gnu: diffoscope: Update to 111.

  • 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)
87bm3i41h3.fsf@ponder
* gnu/packages/package-management (diffoscope): Update to 111.
---
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 2e69cd151..9714fe230 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -541,13 +541,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
- (version "106")
+ (version "111")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "0qrfp7nha2n2s9h5ibcf7rqji1amh4cqbcf80m6anim6p3ik26da"))))
+ "0sgqx3n0ny75bvcw10pfx61z67mdk5hx3mblw4gqnn2h9vc74qz1"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXGHAiQAKCRDcUY/If5cW
qlpXAP9urgqBNTT2B287bfNygXtPi8EeRc0we64WH9SDnWwMJwEAt2tBqSxbtJHc
BSmBlpkmopN2khEK5XcafUWE3RdDiwg=
=GqKb
-----END PGP SIGNATURE-----

Leo Famulari wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 34443-done@debbugs.gnu.org)
20190211215503.GA26604@jasmine.lan
On Mon, Feb 11, 2019 at 10:35:52AM -0800, Vagrant Cascadian wrote:
Toggle quote (2 lines)
> * gnu/packages/package-management (diffoscope): Update to 111.

Thanks! Pushed as 295de8cc1af9afc2683cee332793bff1730bf1b3
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlxh7zcACgkQJkb6MLrK
fwgbag//aTVI5VpSTO/87DfAxWRrhGaPy+a+zCdVEzC2vn/jH1Zvs9Nvd26jurMG
sDzuIgfVrgte1v6LE7rXMTp6+IL354/PPL9M7eTTUGp+w8gEdpo/gbvastdmJ53L
9anoQCrOP3YUKlaSDwpOG5q3Oprnu7ZwulzxSznh7T4fhJUJOiuaL3WzZjkA/16s
xmzrARZ8TgCVeBo5mp3ZzODuabaay+LL6sVBbyDdzz2MRmaPcX46D5OHNf/x2/qp
oRL8OCsJbqNtFjDUTVAeKJiDIXE20TIx6QUfTMgudiUEi5mSrduvPaWq+B6WGIiO
t265uPb09Cg9Y356rf+FNkDecU2xWD09a6SqjArZZ2NTUnq2tZWDLIw3muW/locM
A1zy+9uo4Hje5rwez+9ufDn7ZpzEPK5Rb4Zn4ojQHXMYstsrmsU5ZhO8EayiIFuG
4FdbjT79W4m8NmtpMetNCK95JryglbObWbQQ1jJJPL55fNnZ7SIECfUn3jZOl1rn
FEOuRBWYJmPB+pWkvlH8oeTzG+MgG5lLruuyS7idEkN/Vqcj6pKqz0jYiZkJgWC0
O+ONMbZDTXv99CjFkhaymyYV3wFCXLuNDoE/rxwxpsoQPVSnj+HpleyOGlvOq7T2
XXRy0OoLexM+wvltexSFKmsoLN70rn+gILQUoPI9cQXWaysSpeM=
=/Al1
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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