python3Packages.aiotedee: 0.2.25 -> 0.2.27
Diff: https://github.com/zweckj/aiotedee/compare/v0.2.25...v0.2.27 Changelog: https://github.com/zweckj/aiotedee/releases/tag/v0.2.27
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiotedee";
|
||||
version = "0.2.25";
|
||||
version = "0.2.27";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zweckj";
|
||||
repo = "aiotedee";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-xVZrXKJXQd+Jklka+LGA/q+vgQqsVH+prboM6G3CWWg=";
|
||||
hash = "sha256-yN5v/kZ3oX3HYqgQR33gyCkGkHaAdPpP1Q9Q0eavJJs=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user