python311Packages.teslajsonpy: 3.9.3 -> 3.9.4
Diff: https://github.com/zabuldon/teslajsonpy/compare/refs/tags/v3.9.3...v3.9.4 Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.9.4
This commit is contained in:
parent
0c7ffbc66e
commit
5503ff2ce4
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "teslajsonpy";
|
||||
version = "3.9.3";
|
||||
version = "3.9.4";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
owner = "zabuldon";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-kA2MFYryz61Mm/sPfH1NuLKnz4whtdNb6hGPYQZgQKQ=";
|
||||
hash = "sha256-QqC/vPPl9R1n4rtiR+t1oy4V+bPr1QgAwIgpuxiwxj8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue