guix-commits
[Top][All Lists]
Advanced

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

40/46: gnu: diffoscope: Update to 177.


From: guix-commits
Subject: 40/46: gnu: diffoscope: Update to 177.
Date: Sun, 6 Jun 2021 02:40:18 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4d0030eec5fbd6b4a2cf42c172c2db91ecc172ab
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jun 5 15:15:41 2021 -0400

    gnu: diffoscope: Update to 177.
    
    This resolves a problem with ffmpeg 4.4.
    
    * gnu/packages/diffoscope.scm (diffoscope): Update to 177.
---
 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 21c78ae..35e4783 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "175")
+    (version "177")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -81,7 +81,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qzdi9110mdm5af4nq1nwx9b1hrin9a1v3vhnxwrkyb7j0mvcg7v"))))
+                "02np9dq7jnq48lcmz4k1hvwc6xiqgjhrwr1vsbsfw8rxnp9vs0a5"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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