guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: diffoscope: Update to 172.


From: guix-commits
Subject: 01/07: gnu: diffoscope: Update to 172.
Date: Sat, 3 Apr 2021 14:42:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 29d2c9064c8670d652de1af63dd6d10111f810a1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 3 01:10:59 2021 +0200

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



reply via email to

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