From 4e1497f9324cdee87152287e37a75bf7e681e631 Mon Sep 17 00:00:00 2001 From: viferga Date: Fri, 16 Jul 2021 05:34:30 -0800 Subject: [PATCH] Update MetaCall to v0.4.15. --- source/metacall.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/metacall.scm b/source/metacall.scm index eb0fe3b..4c6bf72 100644 --- a/source/metacall.scm +++ b/source/metacall.scm @@ -358,12 +358,12 @@ a focus on simplicity and productivity.") (define-public metacall (package (name "metacall") - (version "0.4.14") + (version "0.4.15") (source (origin (method url-fetch) (uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz")) - (sha256 (base32 "0w415byx1zm3mx7qpzs8sclx6ysd2yqnv31j5b8031blcvximpr9")) + (sha256 (base32 "1wqrj42nbgd70znp0bgq614ihnlawzm06nzc998y0m6096k5c8rn")) ) ) (build-system cmake-build-system)