From 8014092835c3fb881102ba927c97a600981d6c77 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 9 Aug 2025 18:39:31 +0000 Subject: [PATCH] python3Packages.python-can: 4.5.0 -> 4.6.0 --- pkgs/development/python-modules/python-can/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-can/default.nix b/pkgs/development/python-modules/python-can/default.nix index cb94e9697dcb..693c3611e5bc 100644 --- a/pkgs/development/python-modules/python-can/default.nix +++ b/pkgs/development/python-modules/python-can/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "python-can"; - version = "4.5.0"; + version = "4.6.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "hardbyte"; repo = "python-can"; tag = "v${version}"; - hash = "sha256-XCv2oOkGq8c2gTo+8UcZbuBYXyhhQstWLyddk3db38s="; + hash = "sha256-oKa/LT7tTBLp47t6CQFCEmzBu8b6NQzFCSfi6Ii3NTI="; }; build-system = [ @@ -90,7 +90,7 @@ buildPythonPackage rec { meta = with lib; { description = "CAN support for Python"; homepage = "https://python-can.readthedocs.io"; - changelog = "https://github.com/hardbyte/python-can/releases/tag/v${version}"; + changelog = "https://github.com/hardbyte/python-can/releases/tag/${src.tag}"; license = licenses.lgpl3Only; maintainers = with maintainers; [ fab