From da67b8a0e87da03379fd054dc3c8610d883767e7 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 7 Jan 2017 18:57:15 -0600 Subject: [PATCH] build: Update and comment on hash in guix.scm. * 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. --- guix.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.31.1