Skip to content

Commit

Permalink
Update metacall to v0.3.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 18, 2021
1 parent a12b2c2 commit 679fa77
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.3.14")
(version "0.3.15")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1l1nymvvbp9dvj0sclvh5rmziax140mx16fyq7y2fs46fv8h0rf7"))
(sha256 (base32 "1nfj7hp46yp412nkbsnjyz90mw30wn9d3ykpnacbc2ixl92m469i"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 679fa77

Please sign in to comment.