python312Packages.dploot: 2.6.0 -> 2.6.2

This commit is contained in:
R. Ryantm 2024-03-23 09:20:32 +00:00
parent 476a33c53d
commit 174231c942

View File

@ -11,12 +11,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dploot"; pname = "dploot";
version = "2.6.0"; version = "2.6.2";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-3PxPlN3jZglGFg6rHD1GIl+kUpUe/Fp1Zqcd/OEthLE="; hash = "sha256-Fko8zsIjVG1Cmeiect239HGCStJ8VccGTE102cTIr58=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;