python3Packages.can-isotp: 2.0.6 -> 2.0.7 (#407536)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user