summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-18 11:35:54 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-01-06 16:00:25 -0500
commit4c032a6593bd2f9da87801c210351691010154ec (patch)
tree7ba6cfd4677a31676408ccec0c89e4d52b11318b /guix.scm
parent806e19f450497f62237240fe5a7596d521c3a137 (diff)
Just for fun: Now both host/join programs are graphical.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 8d2bceb..93b2b77 100644
--- a/guix.scm
+++ b/guix.scm
@@ -178,11 +178,11 @@ Scheme. It contains all of the basic components needed to develop
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/spritely/guile-goblins.git")
- (commit "5bd72a910ea16ad6179a6de03e326527f29fad3e")))
+ (commit "9cbcd0614107e013aafea58fce0608f3b8baf635")))
(file-name (string-append name "-" version))
(sha256
(base32
- "1vp0d73nkzg9fkpd992irdbysdifdd0gf8jx01jhhiy216xv8hp9"))))))
+ "1k41gqd499q4vfpyzvk36syznn8k5qi7w6l8nq33z91g2bmqmz2v"))))))
(define %source-dir (dirname (current-filename)))