Skip to content

Commit c33963a

Browse files
authored
Merge pull request MOZI-AI#163 from rekado/json3
Use Guile JSON 3 in Guix + Docker
2 parents bac3b94 + 98dbffd commit c33963a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Abdulrahman Semrie
44
WORKDIR $HOME
55
RUN git clone https://github.com/aconchillo/guile-json && \
66
cd guile-json && \
7-
git reset --hard 1.2.0 && \
7+
git reset --hard 3.3.0 && \
88
autoreconf -vif && \
99
./configure && \
1010
make && \

guix.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
`(("agi-bio" ,agi-bio)
4242
("atomspace" ,atomspace)
4343
("guile" ,guile-2.2)
44-
("guile-json" ,guile-json-1)))
44+
("guile-json" ,guile-json-3)))
4545
(home-page "https://github.com/MOZI-AI/annotation-scheme")
4646
(synopsis "Human Gene annotation service backend")
4747
(description "This project contains the Scheme code that is used

0 commit comments

Comments
 (0)