Merge pull request #298317 from r-ryantm/auto-update/python312Packages.dploot

python312Packages.dploot: 2.6.0 -> 2.6.2
This commit is contained in:
Nick Cao 2024-03-23 13:03:17 -04:00 committed by GitHub
commit c638d83912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;