* guix.scm: Update hash, but also acknowledge that updating the hash
here is futile since releasing will have a different hash! In the
future we'll have nicer code here that can use the code from the git
checkout.
(method url-fetch)
(uri (string-append "mirror://gnu/guile/8sync-" version
".tar.gz"))
+ ;; This will be wrong by time of release.
+ ;; Oh well... a better guix.scm at next release :)
(sha256
(base32
- "1playdk7k0rsbp5iryv1i88gkm97xzvsrkyw10k6hs5z6zl28j19"))))
+ "08w163k8qv28d8zixbl0rh98d4b3hk0ksh8nlr4xaj58291aijlh"))))
(build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)