python3Packages.can-isotp: 2.0.6 -> 2.0.7

R. Ryantm d0e170c2 b21c2d0d

Changed files
+3 -3
pkgs
development
python-modules
can-isotp
+3 -3
pkgs/development/python-modules/can-isotp/default.nix
···
buildPythonPackage rec {
pname = "can-isotp";
-
version = "2.0.6";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "pylessard";
repo = "python-can-isotp";
tag = "v${version}";
-
hash = "sha256-wfZMVfLBdYkFbb0DiDWmGaraykJ/QL64Zkl2/nBu4lY=";
};
build-system = [ setuptools ];
···
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}";
license = licenses.mit;
maintainers = with maintainers; [
jacobkoziej
···
buildPythonPackage rec {
pname = "can-isotp";
+
version = "2.0.7";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "pylessard";
repo = "python-can-isotp";
tag = "v${version}";
+
hash = "sha256-Gts6eeeto++DKnkojFvCwyPVPRSq2OcTA0jAYrPAWJI=";
};
build-system = [ setuptools ];
···
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/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [
jacobkoziej