mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
vectorcode: 0.5.5 -> 0.5.6 (#400519)
This commit is contained in:
commit
cb686b8d1c
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "vectorcode";
|
pname = "vectorcode";
|
||||||
version = "0.5.5";
|
version = "0.5.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Davidyz";
|
owner = "Davidyz";
|
||||||
repo = "VectorCode";
|
repo = "VectorCode";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-hoANo+CqGvMyFSPDVYVWJUf6UUo3n9C1Yu8xt5yrZUs=";
|
hash = "sha256-paFUgPf8zTtMli0qh2bXjnmny2bDQxDwWE03yn0rWUY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue