Skip to content

Commit

Permalink
Update MetaCall version to v0.1.43.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 21, 2020
1 parent 24758e4 commit 5e2d34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.40.tar.gz
# docker run --rm -it metacall/guix guix download https://github.com/metacall/core/archive/v0.1.43.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.40")
(version "0.1.43")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "0mhwh8z0d21bkc0msp0xpa6draplsla10f4lwrynxf8b63sx3dh0"))
(sha256 (base32 "01qbz79w0lw60jl7zlj7jlx1aj9akfnjrmp2p89a7yzird36ixwn"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 5e2d34f

Please sign in to comment.