GNU bug report logs -
#78136
[PATCH] gnu: diff-so-fancy: Update to 1.4.4.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 29 Apr 2025 14:18:02 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.4.
Change-Id: If00c2b2cf653cb58bf92c05074d838a9c73a6cf0
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index ed96b524f8..3916bae8c6 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -4288,7 +4288,7 @@ (define-public tla
(define-public diff-so-fancy
(package
(name "diff-so-fancy")
- (version "1.4.3")
+ (version "1.4.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4297,7 +4297,7 @@ (define-public diff-so-fancy
(file-name (git-file-name name version))
(sha256
(base32
- "11vkq5njjlvjipic7db44ga875n61drszw1qrdzwxmmfmnz425zz"))))
+ "0ck9v9dc9zm3wr1vdq96zwvv9szsbimyxvnd76q5l4vcb4iqnpy8"))))
(inputs
(list bash-minimal perl ncurses))
(build-system copy-build-system)
base-commit: 32bc7695b50a2018f15618a86d7200fc8c3e2f58
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.