vectorcode: 0.7.14 -> 0.7.15

This commit is contained in:
R. Ryantm
2025-09-02 20:22:59 +00:00
parent 47a166bd1a
commit 3e08e7091d
+2 -2
View File
@@ -93,14 +93,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "vectorcode";
version = "0.7.14";
version = "0.7.15";
pyproject = true;
src = fetchFromGitHub {
owner = "Davidyz";
repo = "VectorCode";
tag = version;
hash = "sha256-jzNeAsL4kMGRhD9MftOL1UrM7GX8AYCab+nosptsqLY=";
hash = "sha256-YRvJVdNZLmNongYEy06QPsmJkPvmg7cucjLJY05yD54=";
};
build-system = with python.pkgs; [