diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-04-24 11:32:41 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-04-24 11:32:41 -0400 |
commit | 3f6eecc8d1a5b372ecf4f1086a0e8ac2245c4e24 (patch) | |
tree | e764743a57347db2d0b02722d79d516e4dd65b19 | |
parent | f0a7c2b14a201448432d3564d851ee0686d5b1b1 (diff) |
guix: Update development snapshot.
-rw-r--r-- | guix.scm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |