Skip to content

Commit

Permalink
Update MetaCall version to v0.1.36.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 29, 2020
1 parent 71195c5 commit 748e156
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
# guix download https://github.com/metacall/core/archive/v0.1.35.tar.gz
# docker run --rm -it metacall/guix guix download https://github.com/metacall/core/archive/v0.1.36.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.35")
(version "0.1.36")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1gj8cslys18xax8pni9d5779hiz46ddahs8q499y2xvfznb61fxl"))
(sha256 (base32 "1ja4c02nda2skl9n17kch0d4y8hlvr1440w4b2fv7f519s3fs65q"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 748e156

Please sign in to comment.