Skip to content

Commit

Permalink
Update MetaCall to v0.4.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jun 18, 2021
1 parent b28c261 commit b4b72a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ a focus on simplicity and productivity.")
(define-public metacall
(package
(name "metacall")
(version "0.4.11")
(version "0.4.12")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "0bw8al176axk8dn48f7476pl27djg1l4zm12sxk7gp5k5vjgjp5l"))
(sha256 (base32 "18sg79cpl84x3gpd1hmg47wa0j3yc2lxhg5hzdk9783zg5b9ykgp"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit b4b72a6

Please sign in to comment.