build: Update and comment on hash in guix.scm.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 8 Jan 2017 00:57:15 +0000 (18:57 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 8 Jan 2017 01:06:49 +0000 (19:06 -0600)
* 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

index edcce847f4c44d6c087817a140c0f325b1ea0b08..f956bf016121a5e5341ac3c22a564c5273571000 100644 (file)
--- a/guix.scm
+++ b/guix.scm
               (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)