Commit d0e170c2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.can-isotp: 2.0.6 -> 2.0.7

parent b21c2d0d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "can-isotp";
  version = "2.0.6";
  version = "2.0.7";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -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 ];
@@ -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