guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: diffoscope: Update to 129.


From: guix-commits
Subject: 01/01: gnu: diffoscope: Update to 129.
Date: Mon, 28 Oct 2019 18:01:37 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit d332fd860f89ed426a2b05eaa8f7a76ff6aab58f
Author: Vagrant Cascadian <address@hidden>
Date:   Mon Oct 28 13:33:43 2019 -0700

    gnu: diffoscope: Update to 129.
    
    * gnu/packages/diffoscope (diffoscope): Update to 129.
---
 gnu/packages/diffoscope.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 23acf0a..47dd36b 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -67,7 +67,7 @@
   #:use-module (ice-9 match))
 
 (define-public diffoscope
-  (let ((version "126"))
+  (let ((version "129"))
     (package
       (name "diffoscope")
       (version version)
@@ -79,7 +79,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0lmn2116g5l05nns8qd2kwsnnd144zrqhs53fsr88inzf0mkqwhj"))))
+                  "1r8hq93gga9n4jv4fyf1divc9cwvvjadkzl47lazzrfy3nn1qjwr"))))
       (build-system python-build-system)
       (arguments
        `(#:phases (modify-phases %standard-phases



reply via email to

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