python3Packages.teslemetry-stream: 0.7.9 -> 0.7.10 (#457165)

This commit is contained in:
dotlambda
2025-10-31 17:10:08 +00:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "teslemetry-stream";
version = "0.7.9";
version = "0.7.10";
pyproject = true;
src = fetchFromGitHub {
owner = "Teslemetry";
repo = "python-teslemetry-stream";
tag = "v${version}";
hash = "sha256-qfe73wLj4CGfHU4MyQfUfM/P+R52Hd6FLr39wbIGg9Y=";
hash = "sha256-2ZKoDb5ZKo27qHTyUmyDa2LlhcyJTkQByrJotY/qw4o=";
};
build-system = [ setuptools ];