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


From: guix-commits
Subject: branch master updated: gnu: diffoscope: Update to 135.
Date: Fri, 17 Jan 2020 16:09:40 -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 a3bf434  gnu: diffoscope: Update to 135.
a3bf434 is described below

commit a3bf43481902ff10d02934d252cfb7aaaf3873e6
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Fri Jan 17 21:03:21 2020 +0000

    gnu: diffoscope: Update to 135.
    
    * gnu/packages/diffoscope (diffoscope): Update to 135.
---
 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 a362285..6be2b7f 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -67,7 +67,7 @@
   #:use-module (ice-9 match))
 
 (define-public diffoscope
-  (let ((version "134"))
+  (let ((version "135"))
     (package
       (name "diffoscope")
       (version version)
@@ -79,7 +79,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "04078cn3lazcrpgzzzy1s9721hprkylrvfa58izm4dcvgd7a593z"))))
+                  "0rkpvajkp3qryi6dxkrh8aq5xg79aybnw8iy73wsblcnfq6yhba7"))))
       (build-system python-build-system)
       (arguments
        `(#:phases (modify-phases %standard-phases



reply via email to

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