guix-commits
[Top][All Lists]
Advanced

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

11/22: gnu: diffoscope: Update to 175.


From: guix-commits
Subject: 11/22: gnu: diffoscope: Update to 175.
Date: Sun, 23 May 2021 17:40:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5c49c38d9a6e9d8a60a41a6feaedb95e40c1264f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 11:28:09 2021 +0200

    gnu: diffoscope: Update to 175.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 175.
---
 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 b74b9d1..21c78ae 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "174")
+    (version "175")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16nvcvvps2gxr0b9wbfilrn4397cqkcm716zvhlx5hsbq6w6cx08"))))
+                "1qzdi9110mdm5af4nq1nwx9b1hrin9a1v3vhnxwrkyb7j0mvcg7v"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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