guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: diffoscope: Update to 78.


From: Marius Bakke
Subject: 02/02: gnu: diffoscope: Update to 78.
Date: Mon, 13 Mar 2017 14:19:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1bbbb0b4af95f20ea09d9f348a5fc8c09048b208
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 13 19:10:41 2017 +0100

    gnu: diffoscope: Update to 78.
    
    * gnu/packages/package-management.scm (diffoscope): Update to 78.
---
 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 c608f39..685636e 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -445,13 +445,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "77")
+    (version "78")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "0wrb6pl88611frxj19kq3vikhbld40fy1ncrskb1iayxsmbfcbn9"))))
+                "1bx8i6sx2mcvm166nhw0i5442ld6wigkwav8dsnv22y7gnsl9d7n"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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