diff options
author | Christopher Baines <mail@cbaines.net> | 2019-03-06 22:52:56 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-03-06 22:52:56 +0000 |
commit | 8bef36a95ebe616a646a4616dda01ef83bd0a829 (patch) | |
tree | 59729aa0984ab46567006b79ab4a67e9d3e170f1 | |
parent | 623347d83513a1f35103186ca78e85443ee543ae (diff) | |
download | data-service-8bef36a95ebe616a646a4616dda01ef83bd0a829.tar data-service-8bef36a95ebe616a646a4616dda01ef83bd0a829.tar.gz |
Switch to guile-json@3
-rw-r--r-- | guix-dev.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-dev.scm b/guix-dev.scm index c3fc4ea..fdc9b53 100644 --- a/guix-dev.scm +++ b/guix-dev.scm @@ -43,7 +43,7 @@ (source #f) (build-system gnu-build-system) (inputs - `(("guile-json" ,guile-json) + `(("guile-json" ,guile-json-3) ("guile-squee" ,guile-squee) ("guile-fibers" ,guile-fibers) ("guile-syntax-highlight" ,guile-syntax-highlight) |