[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: diffoscope: Update to 164.
From: |
guix-commits |
Subject: |
02/12: gnu: diffoscope: Update to 164. |
Date: |
Sat, 16 Jan 2021 17:42:30 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 670a79a8395c2568099d86b014aa875b1df3d24c
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Jan 12 19:27:15 2021 +0100
gnu: diffoscope: Update to 164.
* gnu/packages/diffoscope.scm (diffoscope): Update to 164.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 df29704..53cdbd8 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -72,7 +72,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "162")
+ (version "164")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -81,7 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "02wjjbmdbyqpyizw384j50bc2ar4g5m40amz9q102gqbw6sflwbf"))))
+ "0vjxhz8p0k4y19sl1msrl8x4z3v205rlwj52k5hijv2gn9sqh795"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
- branch master updated (2a333f2 -> e0701ff), guix-commits, 2021/01/16
- 01/12: services: qemu-binfmt: 'guix-support?' defaults to #t., guix-commits, 2021/01/16
- 02/12: gnu: diffoscope: Update to 164.,
guix-commits <=
- 03/12: gnu: mkvtoolnix: Update to 52.0.0., guix-commits, 2021/01/16
- 04/12: gnu: thunar: Update to 4.16.2., guix-commits, 2021/01/16
- 08/12: gnu: garcon: Update to 4.16.1., guix-commits, 2021/01/16
- 10/12: services: openntpd: Remove support for deprecated "-s" option., guix-commits, 2021/01/16
- 11/12: gnu: python-pep517: Update to 0.9.1., guix-commits, 2021/01/16
- 05/12: gnu: xfwm4: Update to 4.16.1., guix-commits, 2021/01/16
- 06/12: gnu: xfconf: Install bash completion., guix-commits, 2021/01/16
- 07/12: gnu: xfce4-cpufreq-plugin: Update to 1.2.3., guix-commits, 2021/01/16
- 09/12: gnu: xfce4-whiskermenu-plugin: Update to 2.5.2., guix-commits, 2021/01/16
- 12/12: gnu: Add markets., guix-commits, 2021/01/16