Skip to content

Commit 3df73bd

Browse files
r-ryantmGaetanLepage
authored andcommitted
vectorcode: 0.5.3 -> 0.5.5
1 parent e58dd8c commit 3df73bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ve/vectorcode/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
python3Packages.buildPythonApplication rec {
1111
pname = "vectorcode";
12-
version = "0.5.3";
12+
version = "0.5.5";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "Davidyz";
1717
repo = "VectorCode";
1818
tag = version;
19-
hash = "sha256-Vfo+wY51b3triiDhURlMl1iKNlYDy7eqEtT9/RVNZCM=";
19+
hash = "sha256-hoANo+CqGvMyFSPDVYVWJUf6UUo3n9C1Yu8xt5yrZUs=";
2020
};
2121

2222
build-system = with python3Packages; [

0 commit comments

Comments
 (0)