Skip to content

Commit 3595bca

Browse files
committed
Update metacall to v0.9.12.
1 parent 0cb41ad commit 3595bca

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.5")
306+
(version "0.9.12")
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 "0ag8qmj2z8wwv72nxh9vzz5ybj14f0fv8bb625pwl2zg7nxy8zkz"))))
312+
(sha256 (base32 "0nqh2lppd55pk2dnrwjrmyy4l1gzwglrl8wyarkgd3z0c1imbchj"))))
313313

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

0 commit comments

Comments
 (0)