diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-16 15:05:14 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-16 15:05:14 -0500 |
commit | a047675e66861b647426372aa2ba7820f749616d (patch) | |
tree | 83a24ee7bb50821644f7e76e0f7d99962661bfa5 | |
parent | 2fd5092a197c31840e9e6de34d226a141e13c5d7 (diff) |
Update Guix development snapshot.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,10 +43,10 @@ (method git-fetch) (uri (git-reference (url "git://dthompson.us/guile-syntax-highlight.git") - (commit "deaad79"))) + (commit "2fd5092"))) (sha256 (base32 - "00ppmg796mcahq8nnq081srf6iwx36biq7arvsi5azm7f6lmwkdc")))) + "0s1py5q80rjixdhmjvcnk4bnnfgp6bj786ippxsbg2grl77iplk9")))) (build-system gnu-build-system) (arguments '(#:phases |