Skip to content

Commit e1aa821

Browse files
committed
Update metacall to v0.9.15.
1 parent 32156aa commit e1aa821

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.14")
306+
(version "0.9.15")
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 "1qfcyrkiqia4465d3cbg9320jhc7snah63y3p6vqgvxsnzh3syhl"))))
312+
(sha256 (base32 "08f8fh2f7j747wawcxlaxlcfcr7w1bbpbiqcpmzn8s4zpcrw95pk"))))
313313

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

0 commit comments

Comments
 (0)