summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-04-24 11:32:41 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-04-24 11:32:41 -0400
commit3f6eecc8d1a5b372ecf4f1086a0e8ac2245c4e24 (patch)
treee764743a57347db2d0b02722d79d516e4dd65b19
parentf0a7c2b14a201448432d3564d851ee0686d5b1b1 (diff)
guix: Update development snapshot.
-rw-r--r--guix.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index cfd2218..e29b52a 100644
--- a/guix.scm
+++ b/guix.scm
@@ -40,15 +40,15 @@
(package
(name "haunt")
- (version "0.1")
+ (version "0.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "git://dthompson.us/haunt.git")
- (commit "1ddcff3")))
+ (commit "f0a7c2b14a201448432d3564d851ee0686d5b1b1")))
(sha256
(base32
- "0gx1ijbz9k0lcgmv82x49nam1i7r16sqx5v8hbpafkiqyxkm2v1k"))))
+ "1dnzsw18blhr8admw48zbl3ilz3iiqmb149i37y820h0imqfli0v"))))
(build-system gnu-build-system)
(arguments
'(#:phases