Skip to content

Commit

Permalink
Update metacall version to v0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 14, 2024
1 parent a60a636 commit 0145dbf
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 @@ -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.8.0")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "0ngxd5s1cah4qrkay8fpqjj51ly88ha2zqsdz564v069rkkdxw94"))))
(sha256 (base32 "0kwpqw7wawr2d5gd0yd6fwmlb8swi7yjqppiqlyy2csrxx0n056i"))))

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

0 comments on commit 0145dbf

Please sign in to comment.