diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-18 11:52:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-18 12:00:36 +0100 |
| commit | 21db660883a3964689beb2f5377a3093fde5e0b2 (patch) | |
| tree | 2b4b20f1a375a8c3d8ff39294d92e9d56a1d2aeb /gnu | |
| parent | 5df6f2b5e5c8afbeb267018dcac1669a22215c7b (diff) | |
gnu: go-github-com-charmbracelet-x-cellbuf: Fix hash.
This is a follow up commit 09f1b0845d21b7f09de2a62dcda1d86a0b75b617 gnu:
go-github-com-charmbracelet-x-cellbuf: Use git-fetch/lfs.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-cellbuf):
[source] <sha256>: Correct after git-fetch was switched to git-fetch/lfs.
Fixes: guix/guix#10604
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0f65fd79e71..a283b4155af 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -5820,7 +5820,7 @@ ECMA-48} specs.") | |||
| 5820 | #:subdir "cellbuf")))) | 5820 | #:subdir "cellbuf")))) |
| 5821 | (file-name (git-file-name name version)) | 5821 | (file-name (git-file-name name version)) |
| 5822 | (sha256 | 5822 | (sha256 |
| 5823 | (base32 "1hx2dcxr40vs73xmhx0yhhafhjhns064zl9i5wskdyp47nl3z81w")) | 5823 | (base32 "1chs5v99pqyh6sdvibyj57rl5ib316s8c4q6yb2hwrcmgddrv7sa")) |
| 5824 | (modules '((guix build utils) | 5824 | (modules '((guix build utils) |
| 5825 | (ice-9 ftw) | 5825 | (ice-9 ftw) |
| 5826 | (srfi srfi-26))) | 5826 | (srfi srfi-26))) |
