Skip to content

Commit

Permalink
Update metacall version to v0.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 26, 2022
1 parent ae988bd commit 888a54d
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 @@ -250,12 +250,12 @@ for any host, on any OS. TypeScript compiles to readable, standards-based JavaSc
(define-public metacall
(package
(name "metacall")
(version "0.5.19")
(version "0.5.20")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1891b7fapdjh7r4vribp4vskanhhlvaqwfcraiha7jgmlnxc882z"))
(sha256 (base32 "0ks6j8ybfjdly311ygi4hsd3h2z0bw9bzlkymdy40xbwnlasjjqw"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 888a54d

Please sign in to comment.