Skip to content

Commit

Permalink
Update metacall version to v0.1.45.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 31, 2020
1 parent 0246e42 commit 06aba23
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.44.tar.gz
# docker run --rm -it metacall/guix guix download https://github.com/metacall/core/archive/v0.1.45.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.44")
(version "0.1.45")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "0d2h80vk67bc6xh9awxag1dk8cry8zhd3j0xbw28vbnz5f4pcrsk"))
(sha256 (base32 "1w83yw0vy5r7bly3zvk08m5xc3691s96zg6vx0c9x72ql7ayz0da"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 06aba23

Please sign in to comment.