diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-07-31 13:43:09 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-04 01:52:23 +0800 |
commit | 360427948ee6b65856524e3ce911318be9f29c3b (patch) | |
tree | eeb7d6ba0457e87d5cb28eb276213401fd5a1726 /lang/python/python-editables | |
parent | 31d02be16aeb8771cfa8420e888fc80e252d3931 (diff) |
python-editables: Update to 0.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-editables')
-rw-r--r-- | lang/python/python-editables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-editables/Makefile b/lang/python/python-editables/Makefile index 6a012b04a..127c31796 100644 --- a/lang/python/python-editables/Makefile +++ b/lang/python/python-editables/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-editables -PKG_VERSION:=0.4 +PKG_VERSION:=0.5 PKG_RELEASE:=1 PYPI_NAME:=editables -PKG_HASH:=dc322c42e7ccaf19600874035a4573898d88aadd07e177c239298135b75da772 +PKG_HASH:=309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt |