basedmypy: 2.9.1 -> 2.10.0

This commit is contained in:
R. Ryantm 2025-03-21 11:11:29 +00:00
parent 20fea3886c
commit 94ac2b7371

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "basedmypy";
version = "2.9.1";
version = "2.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "KotlinIsland";
repo = "basedmypy";
tag = "v${version}";
hash = "sha256-0y7+9Bq/n53n2/s0yGG7IJ0UgTI3qbgrPKUOKpKFFf0=";
hash = "sha256-/43wVQoW/BbRD8j8Oypq5yz79ZTyAkLD4T8/aUg/QT8=";
};
postPatch = ''