aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-04-25 11:30:21 +0200
committerRutger Helling <rhelling@mykolab.com>2018-04-25 11:31:41 +0200
commit113e9bc5a46707bdff4521655720c9694f587016 (patch)
tree651cd577e4a73de9b3e81d0efe0bfcf0b320e9f9
parent035ee04b8978b8b58ad538aeea9aeb87f802203f (diff)
downloadguix-113e9bc5a46707bdff4521655720c9694f587016.tar
guix-113e9bc5a46707bdff4521655720c9694f587016.tar.gz
gnu: diffoscope: Update to 93.
* gnu/packages/package-management.scm (diffoscope): Update to 93.
-rw-r--r--gnu/packages/package-management.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index a08bfaf5b7..c4107f79e2 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
+;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -534,13 +535,13 @@ transactions from C or Python.")
(define-public diffoscope
(package
(name "diffoscope")
- (version "90")
+ (version "93")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
- "0hhg26vi0z2q4gwklwq4k16hibc4kq16jvyzp6zhr4kspi07wl6i"))))
+ "0g90nf7817jk03hzk36l3hymky4xqs50iynfld3r0in7hffly5nj"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases