Skip to content

Commit

Permalink
Update metacall to v0.4.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed May 27, 2021
1 parent 4256b2a commit 4ab3ec9
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.7")
(version "0.4.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "04x9qi6rp1x3wj67zin8vmmn7z4xxj12d9a4gigdm5v4css4jzd5"))
(sha256 (base32 "0axa97mjvacv45gj32a9flrcxy8nzhvjzhd9pgw4gvxv0jgnhvba"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 4ab3ec9

Please sign in to comment.