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

python312Packages.dploot: 2.7.2 -> 2.7.3
This commit is contained in:
Nick Cao
2024-07-12 16:14:48 -04:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "dploot";
version = "2.7.2";
version = "2.7.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Vbaghcomf9gRso4DN/cpJ4j7t6AU2vg2OhucKbfS1hc=";
hash = "sha256-YlRXUSCzVRXxRQcmPzTeyPQ3zK+UlhO9BmZVx6qVRpc=";
};
pythonRelaxDeps = [