python3Packages.python-can: 4.6.0 -> 4.6.1 (#434595)

This commit is contained in:
Fabian Affolter
2025-08-18 09:06:17 +02:00
committed by GitHub
@@ -21,16 +21,16 @@
buildPythonPackage rec {
pname = "python-can";
version = "4.6.0";
version = "4.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "hardbyte";
repo = "python-can";
tag = "v${version}";
hash = "sha256-oKa/LT7tTBLp47t6CQFCEmzBu8b6NQzFCSfi6Ii3NTI=";
hash = "sha256-yF/Ir9FUf9Q8GINeT0H4SixzZGetqumU5N6O3GT3M6A=";
};
build-system = [