Skip to content

Commit

Permalink
Update metacall version to v0.3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 9, 2021
1 parent a333653 commit 2fae466
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.6")
(version "0.3.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1ywg3v68cpvdfsz9zwd7vghigh132rbir986afgjhmp0b5xi8dh2"))
(sha256 (base32 "0nlysdp9lbqd7w4g9lnvh5k59qa63whlfxaq32mxg2brfa3yhnlm"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 2fae466

Please sign in to comment.