python3Packages.vegehub: 0.1.25 -> 0.1.26
Diff: https://github.com/Thulrus/VegeHubPyPiLib/compare/V0.1.25...V0.1.26 Changelog: https://github.com/Thulrus/VegeHubPyPiLib/releases/tag/V0.1.26
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "vegehub";
|
||||
version = "0.1.25";
|
||||
version = "0.1.26";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Thulrus";
|
||||
repo = "VegeHubPyPiLib";
|
||||
tag = "V${version}";
|
||||
hash = "sha256-jdD+vYcnrwPVJhVBVvB7ULcD1KrOudUC2K/agxHLnwY=";
|
||||
hash = "sha256-OrHUT1WchsaoPNFBZn74jpihd8I/R1RB0+KZRKg9Zrs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user