We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d9aa0 + 3df73bd commit e744dc4Copy full SHA for e744dc4
pkgs/by-name/ve/vectorcode/package.nix
@@ -9,14 +9,14 @@
9
10
python3Packages.buildPythonApplication rec {
11
pname = "vectorcode";
12
- version = "0.5.3";
+ version = "0.5.5";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "Davidyz";
17
repo = "VectorCode";
18
tag = version;
19
- hash = "sha256-Vfo+wY51b3triiDhURlMl1iKNlYDy7eqEtT9/RVNZCM=";
+ hash = "sha256-hoANo+CqGvMyFSPDVYVWJUf6UUo3n9C1Yu8xt5yrZUs=";
20
};
21
22
build-system = with python3Packages; [
0 commit comments