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 0cb41ad commit 3595bcaCopy full SHA for 3595bca
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.5")
+ (version "0.9.12")
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 "0ag8qmj2z8wwv72nxh9vzz5ybj14f0fv8bb625pwl2zg7nxy8zkz"))))
+ (sha256 (base32 "0nqh2lppd55pk2dnrwjrmyy4l1gzwglrl8wyarkgd3z0c1imbchj"))))
313
314
(build-system cmake-build-system)
315
(arguments
0 commit comments