Skip to content

Commit 0ce7b72

Browse files
committed
Update metacall version to v0.6.2.
1 parent fabcce2 commit 0ce7b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/metacall.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,12 @@ for any host, on any OS. TypeScript compiles to readable, standards-based JavaSc
252252
(define-public metacall
253253
(package
254254
(name "metacall")
255-
(version "0.5.35")
255+
(version "0.6.2")
256256
(source
257257
(origin
258258
(method url-fetch)
259259
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
260-
(sha256 (base32 "083awj5x82jnxrinw62ncngrfqxqirrciiwqvk0987jv2dz72gc0"))
260+
(sha256 (base32 "1hrvjk39n7lywndjnj58ch498jv429a5hf9dy9jsgw1l1k90i3dj"))
261261
)
262262
)
263263
(build-system cmake-build-system)

0 commit comments

Comments
 (0)