Skip to content

Commit

Permalink
Update metacall version to v0.2.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 19, 2020
1 parent ffe2f56 commit 29abc9e
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 @@ -383,12 +383,12 @@ a focus on simplicity and productivity.")
(define-public metacall
(package
(name "metacall")
(version "0.2.15")
(version "0.2.18")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "1ms5ga18fivnrz92bkk6q3mz3s3cpbpscdc87a4kpi9743h2myzg"))
(sha256 (base32 "12cj9ks20dnadw3dqgay3646vdnvm7dw9nlpa07f3nqvaxd691ay"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 29abc9e

Please sign in to comment.