Fabian Affolter 2023-05-22 19:34:25 +02:00
parent 229321224a
commit b7dc436b6e

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "can";
version = "4.2.0";
version = "4.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "hardbyte";
repo = "python-can";
rev = "refs/tags/v${version}";
hash = "sha256-KY+WViWcKbrO6SO6cIo5dWylyBDEdmAR6wYwJogeCjs=";
hash = "sha256-3luuff/yAAERaptMsKCYISwWrzqDJClm+dnoJpjBkVY=";
};
postPatch = ''