From 8bbb7d0432626fb81dbf1f105103972ac5fd2c2a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 29 Jul 2025 09:39:49 +0000 Subject: [PATCH] python3Packages.teslajsonpy: 3.13.0 -> 3.13.1 --- pkgs/development/python-modules/teslajsonpy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/teslajsonpy/default.nix b/pkgs/development/python-modules/teslajsonpy/default.nix index c6e66aeb5137..5b10235ae93e 100644 --- a/pkgs/development/python-modules/teslajsonpy/default.nix +++ b/pkgs/development/python-modules/teslajsonpy/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "teslajsonpy"; - version = "3.13.0"; + version = "3.13.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "zabuldon"; repo = "teslajsonpy"; tag = "v${version}"; - hash = "sha256-k7YkZ0hAhBwjnelePLh92OB6MX6gtTyRWF3OiJ1o7yk="; + hash = "sha256-+ojiIdfdKh33LEnRln7LwN/ve2RpahE0AJgHwUYAnYs="; }; build-system = [ poetry-core ]; @@ -53,7 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to work with Tesla API"; homepage = "https://github.com/zabuldon/teslajsonpy"; - changelog = "https://github.com/zabuldon/teslajsonpy/releases/tag/v${version}"; + changelog = "https://github.com/zabuldon/teslajsonpy/releases/tag/${src.tag}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; };