diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-02 22:26:24 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-02 22:26:24 +0900 |
| commit | 927222c0f697c147044dabda38bae31932012649 (patch) | |
| tree | ca866b7daea62feb42d5f61e88df83c8c96205bd /gnu/packages/version-control.scm | |
| parent | 01b1101d64a1d2355b5da8d4c042e7de3173a66c (diff) | |
gnu: Fix fossil-fetched hashes.
The recent fix for the top-level dirname of tarballs
download by fossil-fetch 98ffd0c3556c ("guix: build: fossil:
Set archive's top-level dirname.") caused their hash
to change as well.
* gnu/packages/syndication.scm (fead)[source]: Update sha256.
* gnu/packages/version-control.scm (fnc, libfossil)[source]: Likewise.
* gnu/packages/web.scm (xoa)[source]: Likewise.
Change-Id: I686cf0facd476130ec86cee049fbb417d9c47b4a
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 920891308b3..3123af05421 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -3534,7 +3534,7 @@ modification time.") | |||
| 3534 | (uri "https://fossil.wanderinghorse.net/r/libfossil") | 3534 | (uri "https://fossil.wanderinghorse.net/r/libfossil") |
| 3535 | (check-in version))) | 3535 | (check-in version))) |
| 3536 | (sha256 | 3536 | (sha256 |
| 3537 | (base32 "0haaczpjnjpkiikf0q70nfabm2csdk6dl9rh80j0sh90wfvkyqwm")) | 3537 | (base32 "0agnjs014bbg98xp9hv2vw6kbp7zwz8d045hmd9scqjdwixkf37d")) |
| 3538 | (modules '((guix build utils) | 3538 | (modules '((guix build utils) |
| 3539 | (ice-9 ftw) | 3539 | (ice-9 ftw) |
| 3540 | (srfi srfi-26))) | 3540 | (srfi srfi-26))) |
| @@ -3602,7 +3602,7 @@ intended for new ways to access and manipulate fossil repositories.") | |||
| 3602 | (check-in check-in))) | 3602 | (check-in check-in))) |
| 3603 | (file-name (fossil-file-name name version)) | 3603 | (file-name (fossil-file-name name version)) |
| 3604 | (sha256 | 3604 | (sha256 |
| 3605 | (base32 "09m0bgzy0yjglsgrqq03sdq4p2rwi3y8m84979j066z1c5b444iz")) | 3605 | (base32 "00n3qrd34nccxdwwbvs9zikhz6wps6qgbvk4mfww46mshvg7mxdn")) |
| 3606 | (modules '((guix build utils))) | 3606 | (modules '((guix build utils))) |
| 3607 | (snippet #~(begin | 3607 | (snippet #~(begin |
| 3608 | (delete-file-recursively "lib") | 3608 | (delete-file-recursively "lib") |
