Skip to content

Commit

Permalink
Update MetaCall version to v0.3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 20, 2021
1 parent 68fedd1 commit 2bdc2e5
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 @@ -355,12 +355,12 @@ a focus on simplicity and productivity.")
(define-public metacall
(package
(name "metacall")
(version "0.3.8")
(version "0.3.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "0bdks4ila3p9h5m36a55pq50hpikcn6ymdrc3vhr6v4nhn4ll413"))
(sha256 (base32 "18nygw6mqiv5hp4g1m4mn4zxzj0sl7lnwfsxnf6qrfyvxpcirxsd"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 2bdc2e5

Please sign in to comment.