Skip to content

Commit

Permalink
Update metacall version to v0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jun 27, 2024
1 parent be7390a commit 3dd0620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ download:
# Update MetaCall source with latest version
@sed -i '/(name "metacall")/!b;n;c\ (version "${LATEST_VERSION}")' source/metacall.scm
# Update MetaCall source with checksum
@sed -i '/(uri (string-append "https:\/\/github.com\/metacall\/core\/archive\/v" version ".tar.gz"))/!b;n;c\ (sha256 (base32 "${CHECKSUM}"))' source/metacall.scm
@sed -i '/"https:\/\/github.com\/metacall\/core\/archive\/v" version ".tar.gz"))/!b;n;c\ (sha256 (base32 "${CHECKSUM}"))))' source/metacall.scm

# Build base Docker image
base:
Expand Down
4 changes: 2 additions & 2 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@ for any host, on any OS. TypeScript compiles to readable, standards-based JavaSc
(define-public metacall
(package
(name "metacall")
(version "0.7.8")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "0p61l4dbw0ri4vsyfri2j2vl41kfz3drv21aychp7qnqjpp1i69f"))))
(sha256 (base32 "0ngxd5s1cah4qrkay8fpqjj51ly88ha2zqsdz564v069rkkdxw94"))))

(build-system cmake-build-system)
(arguments
Expand Down

0 comments on commit 3dd0620

Please sign in to comment.