Skip to content

Commit

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

0 comments on commit b6616e0

Please sign in to comment.