We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32156aa commit e1aa821Copy full SHA for e1aa821
source/metacall.scm
@@ -303,13 +303,13 @@ or IAT (Import Address Table) entries in PE format used on Windows.")
303
(define-public metacall
304
(package
305
(name "metacall")
306
- (version "0.9.14")
+ (version "0.9.15")
307
(source
308
(origin
309
(method url-fetch)
310
(uri (string-append
311
"https://github.com/metacall/core/archive/v" version ".tar.gz"))
312
- (sha256 (base32 "1qfcyrkiqia4465d3cbg9320jhc7snah63y3p6vqgvxsnzh3syhl"))))
+ (sha256 (base32 "08f8fh2f7j747wawcxlaxlcfcr7w1bbpbiqcpmzn8s4zpcrw95pk"))))
313
314
(build-system cmake-build-system)
315
(arguments
0 commit comments