Skip to content

Commit

Permalink
Update version for solving some problems with ts loader types.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 18, 2020
1 parent c693fde commit ffe2f56
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.14")
(version "0.2.15")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "09z6zdklzk7xay2h4h9cnxwxgb5r7anfwn0myhmyk93wvjdmj3yk"))
(sha256 (base32 "1ms5ga18fivnrz92bkk6q3mz3s3cpbpscdc87a4kpi9743h2myzg"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit ffe2f56

Please sign in to comment.