python3Packages.preprocess-cancellation: 0.2.0 -> 0.2.1

This commit is contained in:
Martin Weinelt 2024-03-08 02:41:34 +01:00
parent 6ca5de4004
commit 0bb1aff919

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "preprocess-cancellation";
version = "0.2.0";
version = "0.2.1";
disabled = pythonOlder "3.6"; # >= 3.6
format = "pyproject";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "kageurufu";
repo = "cancelobject-preprocessor";
rev = version;
hash = "sha256-mn3/etXA5dkL+IsyxwD4/XjU/t4/roYFVyqQxlLOoOI=";
rev = "refs/tags/${version}";
hash = "sha256-MJ4mwOFswLYHhg2LNZ+/ZwDvSjoxElVxlaWjArHV2NY=";
};
patches = [