summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-15 16:28:46 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-01-06 16:00:25 -0500
commitc8f1428436aab348c42e2f8d568d18873b785f52 (patch)
tree924d2870b8575997341548bafd541fe055d8b2fb /guix.scm
parent03944a1765fcfc26dc11f25e659fbb7a2c1a03fa (diff)
Attempt an ocapn integration that doesn't quite work.
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 c404ab2..8d2bceb 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 "43ab238443aca53ed8c935a9d2d2bf309416af5d")))
+ (commit "5bd72a910ea16ad6179a6de03e326527f29fad3e")))
(file-name (string-append name "-" version))
(sha256
(base32
- "196pkmi0qmxjwfmfs039mk3vwz7n8g52r1ykfbfa9lvlsqgq8dni"))))))
+ "1vp0d73nkzg9fkpd992irdbysdifdd0gf8jx01jhhiy216xv8hp9"))))))
(define %source-dir (dirname (current-filename)))