summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2017-01-07 18:57:15 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2017-01-07 19:06:49 -0600
commitda67b8a0e87da03379fd054dc3c8610d883767e7 (patch)
treeb487d37ab4e0012ba9e0977daca4bfb21c4710be
parenta44ffcb94a5321af80ab9a70ea10fa3ed0ecd597 (diff)
download8sync-da67b8a0e87da03379fd054dc3c8610d883767e7.tar.gz
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.
-rw-r--r--guix.scm4
1 files changed, 3 insertions, 1 deletions
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)