Skip to content

Commit

Permalink
Update MetaCall to v0.1.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 21, 2020
1 parent d31f2c6 commit 17bbcd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
export GUILE_WARN_DEPRECATED='detailed'

# Download
# guix download https://github.com/metacall/core/archive/v0.1.31.tar.gz
# guix download https://github.com/metacall/core/archive/v0.1.32.tar.gz

# Generate a portable package tarball
`# Build` guix build metacall -L /metacall/source \
Expand Down
4 changes: 2 additions & 2 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,12 @@ a focus on simplicity and productivity.")
(define-public metacall
(package
(name "metacall")
(version "0.1.31")
(version "0.1.32")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/metacall/core/archive/v" version ".tar.gz"))
(sha256 (base32 "14i54gw7jha2aw1bgkdr1wpny7cvpkmnpcm46p7bga584qvs1f18"))
(sha256 (base32 "1plhcyrn1pr8wbj9n79l42vf1k8j7gbff285z94qk6x8ra473krm"))
)
)
(build-system cmake-build-system)
Expand Down

0 comments on commit 17bbcd9

Please sign in to comment.