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 14f6581 commit dbecdb0Copy full SHA for dbecdb0
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.13")
+ (version "0.9.14")
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 "0fgv9gnvlcx92h8bzs25b2jzyyil61r4fzb33a2ljp890iij20i7"))))
+ (sha256 (base32 "1qfcyrkiqia4465d3cbg9320jhc7snah63y3p6vqgvxsnzh3syhl"))))
313
314
(build-system cmake-build-system)
315
(arguments
0 commit comments