Fabian Affolter 2023-06-20 20:55:52 +02:00
parent 725e8ab49c
commit fb7d067c37

View file

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