From 90ccb46a5534a031a6a6d994fd9b7ee2b5ccbf84 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 21 Feb 2021 15:29:59 -0800 Subject: gnu: diffoscope: Update to 167. * gnu/packages/diffoscope.scm (diffoscope): Update to 167. --- gnu/packages/diffoscope.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index feb0324db2..c6af50e444 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -72,7 +72,7 @@ (define-public diffoscope (package (name "diffoscope") - (version "166") + (version "167") (source (origin (method git-fetch) (uri (git-reference @@ -81,7 +81,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0vc4a38ii6b10af4c7cxfkvj4lk4ihx1xs4q5lshnkyg74gmm21b")))) + "0v0l299igvjsxz7xbsfl7kfqw958v56khzda1ixdsax6qrnqcf6m")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases -- cgit v1.2.3 aboutsummaryrefslogtreecommitdiff
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2024-01-08system: hurd: Use the Shepherd 0.10.x....Ludovic Courtès
2023-12-25gnu: Adjust to removing ed.scm and nano.scm...Efraim Flashner
2023-07-30system: Fix a blown FUSE....Tobias Geerinckx-Rice
2023-07-23gnu: fuse@3: Bind to default FUSE variable....Tobias Geerinckx-Rice
2023-07-13system: hurd: Boot with pci.arbiter and rumpdisk....Janneke Nieuwenhuizen
2023-05-10system: Fix reference to Hurd bug in comment....Ludovic Courtès
2023-04-14Merge branch 'master' into core-updates....Maxim Cournoyer
2023-03-30system: Remove obsolete GUIX_LOCPATH workaround....Bruno Victal
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal
2023-03-13system: Remove redundant gexp-ungexp usage....Bruno Victal
2023-03-13system: Simplify nsswitch binding....Bruno Victal
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines
2023-03-03services: base: Deprecate 'host-name-service' procedure....Bruno Victal
2023-02-23system: Do not export local-host-entries....Bruno Victal
2023-02-09system: Deprecate hosts-file....Bruno Victal
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2023-01-05system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc....Ludovic Courtès
2022-12-05system: Add e2fsprogs to %base-packages-utils....Maxim Cournoyer
2022-12-05system: Rename and move %base-packages-disk-utilities....Maxim Cournoyer
2022-11-27gnu: shadow: Merge in shadow-with-man-pages....Efraim Flashner