python310Packages.can: 4.1.0 -> 4.2.0
Diff: https://github.com/hardbyte/python-can/compare/refs/tags/v4.1.0...v4.2.0 Changelog: https://github.com/hardbyte/python-can/releases/tag/v4.2.0
This commit is contained in:
parent
a3dcc3c5d0
commit
3b5d030707
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "can";
|
pname = "can";
|
||||||
version = "4.1.0";
|
version = "4.2.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "hardbyte";
|
owner = "hardbyte";
|
||||||
repo = "python-can";
|
repo = "python-can";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-jNy47SapujTF3ReJtIbwUY53IftIH4cXZjkzHrnZMFQ=";
|
hash = "sha256-KY+WViWcKbrO6SO6cIo5dWylyBDEdmAR6wYwJogeCjs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user