diff options
author | Loïc Hoguin <[email protected]> | 2024-11-14 11:59:18 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-14 11:59:18 +0100 |
commit | 0f8643b53735b87701f63b6a97d4cbd37acbaa98 (patch) | |
tree | d73fff42821d33b532363e2d6f0b24389161ec0c | |
parent | 72e17099bb59d2d429cf813d21c98bede590fc7c (diff) | |
download | erlang.mk-0f8643b53735b87701f63b6a97d4cbd37acbaa98.tar.gz erlang.mk-0f8643b53735b87701f63b6a97d4cbd37acbaa98.tar.bz2 erlang.mk-0f8643b53735b87701f63b6a97d4cbd37acbaa98.zip |
Update hex_core to v0.10.1
-rw-r--r-- | plugins/hex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hex.mk b/plugins/hex.mk index b0a5339..6467e31 100644 --- a/plugins/hex.mk +++ b/plugins/hex.mk @@ -2,7 +2,7 @@ # This file is part of erlang.mk and subject to the terms of the ISC License. HEX_CORE_GIT ?= https://github.com/hexpm/hex_core -HEX_CORE_COMMIT ?= v0.7.0 +HEX_CORE_COMMIT ?= v0.10.1 PACKAGES += hex_core pkg_hex_core_name = hex_core |