lol

python3Packages.python-can: 4.5.0 -> 4.6.0 (#432325)

authored by

Fabian Affolter and committed by
GitHub
dcaa902f d138b3c3

+3 -3
+3 -3
pkgs/development/python-modules/python-can/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "python-can"; 24 - version = "4.5.0"; 24 + version = "4.6.0"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.8"; ··· 30 30 owner = "hardbyte"; 31 31 repo = "python-can"; 32 32 tag = "v${version}"; 33 - hash = "sha256-XCv2oOkGq8c2gTo+8UcZbuBYXyhhQstWLyddk3db38s="; 33 + hash = "sha256-oKa/LT7tTBLp47t6CQFCEmzBu8b6NQzFCSfi6Ii3NTI="; 34 34 }; 35 35 36 36 build-system = [ ··· 90 90 meta = with lib; { 91 91 description = "CAN support for Python"; 92 92 homepage = "https://python-can.readthedocs.io"; 93 - changelog = "https://github.com/hardbyte/python-can/releases/tag/v${version}"; 93 + changelog = "https://github.com/hardbyte/python-can/releases/tag/${src.tag}"; 94 94 license = licenses.lgpl3Only; 95 95 maintainers = with maintainers; [ 96 96 fab