mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
tools: update hecat to v1.4.0 (#1248)
- https://github.com/nodiscc/hecat/releases/tag/1.4.0 - fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/1234
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ install:
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate && \
|
||||
pip3 install wheel && \
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.3.1
|
||||
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.4.0
|
||||
|
||||
.PHONY: import # import data from the original list at https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
import: clean install
|
||||
|
||||
Reference in New Issue
Block a user