guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: diffoscope: Update to 90.


From: Tobias Geerinckx-Rice
Subject: 01/09: gnu: diffoscope: Update to 90.
Date: Mon, 1 Jan 2018 18:07:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 263e9b851a43ddc279b7d5db130856a7a236cbc4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 31 22:17:01 2017 +0000

    gnu: diffoscope: Update to 90.
    
    * gnu/packages/package-management.scm (diffoscope): Update to 90.
---
 gnu/packages/package-management.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index cbbf462..36c943f 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2017 Muriithi Frederick Muriuki <address@hidden>
 ;;; Copyright © 2017 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2017 Roel Janssen <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -519,13 +520,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "88")
+    (version "90")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "1zp6nb37igssxg4bqsi3cw5klx4prhcx50mzg4463l50mssn8mp2"))))
+                "0hhg26vi0z2q4gwklwq4k16hibc4kq16jvyzp6zhr4kspi07wl6i"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]