vectorcode: 0.7.4 -> 0.7.7
Diff: https://github.com/Davidyz/VectorCode/compare/refs/tags/0.7.4...refs/tags/0.7.7 Changelog: https://github.com/Davidyz/VectorCode/releases/tag/0.7.7
This commit is contained in:
parent
285dda7a95
commit
ef9a79a35c
@ -92,20 +92,23 @@ let
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "vectorcode";
|
||||
version = "0.7.4";
|
||||
version = "0.7.7";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Davidyz";
|
||||
repo = "VectorCode";
|
||||
tag = version;
|
||||
hash = "sha256-N74XBQahUIj0rKJI0emtNvGlG9uYkeHqweppp8fUSLU=";
|
||||
hash = "sha256-c8Wp/bP5KHDN/i2bMyiOQgnHDw8tPbg4IZIQ5Ut4SIo=";
|
||||
};
|
||||
|
||||
build-system = with python.pkgs; [
|
||||
pdm-backend
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"posthog"
|
||||
];
|
||||
dependencies =
|
||||
with python.pkgs;
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user