python312Packages.dploot: 2.7.3 -> 3.0.0

This commit is contained in:
R. Ryantm 2024-08-01 02:04:19 +00:00
parent 46784713e5
commit 2324618f65

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "dploot";
version = "2.7.3";
version = "3.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YlRXUSCzVRXxRQcmPzTeyPQ3zK+UlhO9BmZVx6qVRpc=";
hash = "sha256-G39dzP5A6ZySo7AhDIZWXjhtk2zm15wSnrdknLqHHcY=";
};
pythonRelaxDeps = [