guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: diffoscope: Update to 151.


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Update to 151.
Date: Fri, 17 Jul 2020 19:07:06 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 607a136  gnu: diffoscope: Update to 151.
607a136 is described below

commit 607a136a25359b395869c19e3fb78176cb789f6b
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Fri Jul 17 21:12:01 2020 +0000

    gnu: diffoscope: Update to 151.
    
    * gnu/packages/diffoscope (diffoscope): Update to 151.
---
 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 6c649e1..9480f1f 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "150")
+    (version "151")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0a3hycbbbpadwcck8zc9q3xsjclb36h2nkn95ff39q37966mm5rz"))))
+                "1lv44ngqij9dp3xk9jj95w7an7h03iac6b2ifpq33j5fffswa1sm"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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