* [bug#34775] [PATCH] gnu: diffoscope: Update to 113.
@ 2019-03-06 20:36 Vagrant Cascadian
2019-03-06 21:05 ` bug#34775: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2019-03-06 20:36 UTC (permalink / raw)
To: 34775
[-- Attachment #1: Type: text/plain, Size: 979 bytes --]
* gnu/packages/package-management (diffoscope): Update to 113.
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-06 21:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-06 20:36 [bug#34775] [PATCH] gnu: diffoscope: Update to 113 Vagrant Cascadian
2019-03-06 21:05 ` bug#34775: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.