Skip to content

Commit

Permalink
Update metacall version to v0.1.40.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 16, 2020
1 parent ad806b1 commit 24758e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ clear:
@docker images | grep metacall/distributable_test | tr -s ' ' | cut -d ' ' -f 2 | xargs -I {} docker rmi metacall/distributable_test:{} 2> /dev/null || true
@docker rmi metacall/distributable 2> /dev/null || true


# Build deps
deps:
# Clear the container
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
export GUILE_WARN_DEPRECATED='detailed'

# Download
# docker run --rm -it metacall/guix guix download https://github.com/metacall/core/archive/v0.1.36.tar.gz
# docker run --rm -it metacall/guix guix download https://github.com/metacall/core/archive/v0.1.40.tar.gz

# Generate a portable package tarball
`# Build` guix build metacall -L /metacall/source \
Expand Down
4 changes: 2 additions & 2 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,12 @@ a focus on simplicity and productivity.")
(define-public metacall
(package
(name "metacall")
(version "0.1.36")
(version "0.1.40")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1ja4c02nda2skl9n17kch0d4y8hlvr1440w4b2fv7f519s3fs65q"))
(sha256 (base32 "0mhwh8z0d21bkc0msp0xpa6draplsla10f4lwrynxf8b63sx3dh0"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 24758e4

Please sign in to comment.