python311Packages.dploot: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm 2024-02-08 13:41:38 +00:00
parent c0b7a892fb
commit 9a8752ceff

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "dploot";
version = "2.2.4";
version = "2.2.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-40/5KOlEFvPL9ohCfR3kqoikpKFfJO22MToq3GhamKM=";
hash = "sha256-SINtHw9q1cNqwtvSpPQUgYj6PzEqKXV0WXuKiPvkFQU=";
};
pythonRelaxDeps = true;