Skip to content

Commit

Permalink
Update MetaCall to v0.4.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jun 15, 2021
1 parent 8a59e46 commit 0d0c86c
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.9")
(version "0.4.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1165hflgk3d0ajavlddpndgb89zlkhpm8cwnx31jfmz055rwd9wh"))
(sha256 (base32 "1r06928l0w7zfgy0lir7wjkxvrynsz7m8gcq2xxzz11k8d65hds9"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 0d0c86c

Please sign in to comment.