[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: diffoscope: Update to 136.
From: |
guix-commits |
Subject: |
branch master updated: gnu: diffoscope: Update to 136. |
Date: |
Sat, 01 Feb 2020 18:41:47 -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 3d8fe3e gnu: diffoscope: Update to 136.
3d8fe3e is described below
commit 3d8fe3e2768607bd55270d8d09b4f1bea63809ce
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sat Feb 1 22:21:38 2020 +0000
gnu: diffoscope: Update to 136.
* gnu/packages/diffoscope (diffoscope): Update to 136.
---
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 6be2b7f..998a71a 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 "135"))
+ (let ((version "136"))
(package
(name "diffoscope")
(version version)
@@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0rkpvajkp3qryi6dxkrh8aq5xg79aybnw8iy73wsblcnfq6yhba7"))))
+ "1wp4fnmwcsgv17dmvk9xr3h63gp4nmmpysr248qvxs8s5qy5xlyk"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: diffoscope: Update to 136.,
guix-commits <=