summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-06-02 22:26:24 +0900
committerNguyễn Gia Phong <cnx@loang.net>2026-06-02 22:26:24 +0900
commit927222c0f697c147044dabda38bae31932012649 (patch)
treeca866b7daea62feb42d5f61e88df83c8c96205bd
parent01b1101d64a1d2355b5da8d4c042e7de3173a66c (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
-rw-r--r--gnu/packages/syndication.scm2
-rw-r--r--gnu/packages/version-control.scm4
-rw-r--r--gnu/packages/web.scm2
3 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 66dfc7fcb8a..65f8818c675 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -87,7 +87,7 @@
87 (uri "https://chim.loan/fead") 87 (uri "https://chim.loan/fead")
88 (check-in version))) 88 (check-in version)))
89 (sha256 89 (sha256
90 (base32 "0fzxabmxpyd04v5ym20xhjcnh0vqdwc6z1xjrq676d2k0hr2rzz2")))) 90 (base32 "0pkj8wkxgm3jzkxfviagwi23kiypidavxpb4fi5mmcsp9k8wbpl4"))))
91 (build-system gnu-build-system) 91 (build-system gnu-build-system)
92 (arguments 92 (arguments
93 (list 93 (list
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")
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1b4471bc9b4..99baf2ba60a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -9792,7 +9792,7 @@ and can be extended with the use of external commands.")
9792 (uri (fossil-reference 9792 (uri (fossil-reference
9793 (uri "https://chim.loan/xoa") 9793 (uri "https://chim.loan/xoa")
9794 (check-in version))) 9794 (check-in version)))
9795 (sha256 (base32 "0lybgayfafqdm043vnv74lzhcbay9hr1jrgpd0bfdssyyby8km9g")) 9795 (sha256 (base32 "1dl274bl88nhcjp4si2wm49nlsidg0222yy7w2dzfdvjrn0nm20n"))
9796 (modules '((guix build utils))) 9796 (modules '((guix build utils)))
9797 (snippet #~(delete-file-recursively "doc/djot")))) ;bundled docs 9797 (snippet #~(delete-file-recursively "doc/djot")))) ;bundled docs
9798 (build-system gnu-build-system) 9798 (build-system gnu-build-system)