diff options
Diffstat (limited to 'pkgs/development/python-modules/python-can/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-can/default.nix | 6 |
1 files 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 |
