Loading pkgs/development/python-modules/can-isotp/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "can-isotp"; version = "2.0.6"; version = "2.0.7"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "pylessard"; repo = "python-can-isotp"; tag = "v${version}"; hash = "sha256-wfZMVfLBdYkFbb0DiDWmGaraykJ/QL64Zkl2/nBu4lY="; hash = "sha256-Gts6eeeto++DKnkojFvCwyPVPRSq2OcTA0jAYrPAWJI="; }; build-system = [ setuptools ]; Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python package that provides support for ISO-TP (ISO-15765) protocol"; homepage = "https://github.com/pylessard/python-can-isotp"; changelog = "https://github.com/pylessard/python-can-isotp/releases/tag/v${version}"; changelog = "https://github.com/pylessard/python-can-isotp/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ jacobkoziej Loading Loading
pkgs/development/python-modules/can-isotp/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "can-isotp"; version = "2.0.6"; version = "2.0.7"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "pylessard"; repo = "python-can-isotp"; tag = "v${version}"; hash = "sha256-wfZMVfLBdYkFbb0DiDWmGaraykJ/QL64Zkl2/nBu4lY="; hash = "sha256-Gts6eeeto++DKnkojFvCwyPVPRSq2OcTA0jAYrPAWJI="; }; build-system = [ setuptools ]; Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python package that provides support for ISO-TP (ISO-15765) protocol"; homepage = "https://github.com/pylessard/python-can-isotp"; changelog = "https://github.com/pylessard/python-can-isotp/releases/tag/v${version}"; changelog = "https://github.com/pylessard/python-can-isotp/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ jacobkoziej Loading