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 3595bca commit 14f6581Copy full SHA for 14f6581
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.12")
+ (version "0.9.13")
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 "0nqh2lppd55pk2dnrwjrmyy4l1gzwglrl8wyarkgd3z0c1imbchj"))))
+ (sha256 (base32 "0fgv9gnvlcx92h8bzs25b2jzyyil61r4fzb33a2ljp890iij20i7"))))
313
314
(build-system cmake-build-system)
315
(arguments
0 commit comments