python313Packages.teslemetry-stream: 0.6.10 -> 0.6.12 (#383797)

authored by Martin Weinelt and committed by GitHub 3d0332bc 944660a4

+2 -2
+2 -2
pkgs/development/python-modules/teslemetry-stream/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "teslemetry-stream"; 11 - version = "0.6.10"; 11 + version = "0.6.12"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Teslemetry"; 16 16 repo = "python-teslemetry-stream"; 17 17 tag = "v${version}"; 18 - hash = "sha256-HYOjmFVyPPQ+NizmEhrse868IELHn0fGfr55MwTpP3w="; 18 + hash = "sha256-0Ca8p5xuzpSfZhtTYZUgbdNHXmnn9RLOGMTSYKfnUZg="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];