basedmypy: 2.10.0 -> 2.10.1
This commit is contained in:
parent
e2484e06d7
commit
6591f46d75
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "basedmypy";
|
pname = "basedmypy";
|
||||||
version = "2.10.0";
|
version = "2.10.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||||||
owner = "KotlinIsland";
|
owner = "KotlinIsland";
|
||||||
repo = "basedmypy";
|
repo = "basedmypy";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-/43wVQoW/BbRD8j8Oypq5yz79ZTyAkLD4T8/aUg/QT8=";
|
hash = "sha256-IzRKOReSgio5S5PG8iD9VQF9R1GEqBAIDeeCtq+ZVXg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user