Skip to content

Commit

Permalink
Update metacall version to v0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 15, 2020
1 parent 7d36e70 commit 4ef6e33
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.2")
(version "0.3.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "0pwn354hjyjm5fyg1cj1g31k449v9cgwjpzf5i5dl3zk4c2b5zd4"))
(sha256 (base32 "1gb9pjm0h2zsbiqfch18qi529g50qjbkrpj67kgs84rw9bcmr2n4"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 4ef6e33

Please sign in to comment.