Skip to content

Commit

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

0 comments on commit e6d1cc7

Please sign in to comment.