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 168.


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Update to 168.
Date: Wed, 03 Mar 2021 17:34:12 -0500

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 14c3c3e  gnu: diffoscope: Update to 168.
14c3c3e is described below

commit 14c3c3eec2cdd9359964a0bd5e77654ec10bcc98
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Wed Mar 3 10:01:24 2021 -0800

    gnu: diffoscope: Update to 168.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 168.
---
 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 c6af50e..a249033 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "167")
+    (version "168")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0v0l299igvjsxz7xbsfl7kfqw958v56khzda1ixdsax6qrnqcf6m"))))
+                "18rs4jfx50d7vkaqcc46r7pccgizp0is56267sq13vbfvz758dhh"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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