From cde08ea694d553d7459e8838ac2e76cbf5b6686e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Dec 2023 18:17:49 +0100 Subject: [PATCH] python311Packages.can: 4.3.0 -> 4.3.1 Diff: https://github.com/hardbyte/python-can/compare/refs/tags/v4.3.0...v4.3.1 Changelog: https://github.com/hardbyte/python-can/releases/tag/v4.3.1 --- pkgs/development/python-modules/can/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/can/default.nix b/pkgs/development/python-modules/can/default.nix index 4688c6507495..28c401b667fe 100644 --- a/pkgs/development/python-modules/can/default.nix +++ b/pkgs/development/python-modules/can/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "can"; - version = "4.3.0"; + version = "4.3.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "hardbyte"; repo = "python-can"; rev = "refs/tags/v${version}"; - hash = "sha256-JsYAh5Z6RIX6aWpSuW+VIzJRPf5MfNbBGg36v3CQiLU="; + hash = "sha256-t2zt54nPOYcEE0RPb4fbW7sN4HzFXlDIHvHudstBwrM="; }; postPatch = ''