X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=guix.scm;h=f956bf016121a5e5341ac3c22a564c5273571000;hp=edcce847f4c44d6c087817a140c0f325b1ea0b08;hb=da67b8a0e87da03379fd054dc3c8610d883767e7;hpb=4a22f7f5957f2dfa5d10a84ca2d6f078e2dcf8ae diff --git a/guix.scm b/guix.scm index edcce84..f956bf0 100644 --- a/guix.scm +++ b/guix.scm @@ -49,9 +49,11 @@ (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)