Skip to content

Commit

Permalink
Update metacall version to v0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 27, 2022
1 parent fabcce2 commit 0ce7b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,12 @@ for any host, on any OS. TypeScript compiles to readable, standards-based JavaSc
(define-public metacall
(package
(name "metacall")
(version "0.5.35")
(version "0.6.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "083awj5x82jnxrinw62ncngrfqxqirrciiwqvk0987jv2dz72gc0"))
(sha256 (base32 "1hrvjk39n7lywndjnj58ch498jv429a5hf9dy9jsgw1l1k90i3dj"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 0ce7b72

Please sign in to comment.