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
1 changed files with 2 additions and 2 deletions

View File

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