Skip to content

Commit 14f6581

Browse files
committed
Update metacall to v0.9.13.
1 parent 3595bca commit 14f6581

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
@@ -303,13 +303,13 @@ or IAT (Import Address Table) entries in PE format used on Windows.")
303303
(define-public metacall
304304
(package
305305
(name "metacall")
306-
(version "0.9.12")
306+
(version "0.9.13")
307307
(source
308308
(origin
309309
(method url-fetch)
310310
(uri (string-append
311311
"https://github.com/metacall/core/archive/v" version ".tar.gz"))
312-
(sha256 (base32 "0nqh2lppd55pk2dnrwjrmyy4l1gzwglrl8wyarkgd3z0c1imbchj"))))
312+
(sha256 (base32 "0fgv9gnvlcx92h8bzs25b2jzyyil61r4fzb33a2ljp890iij20i7"))))
313313

314314
(build-system cmake-build-system)
315315
(arguments

0 commit comments

Comments
 (0)