0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.dploot: 3.1.0 -> 3.1.2

This commit is contained in:
R. Ryantm 2025-02-26 16:33:49 +00:00
parent eab9aa8fae
commit b81f986707

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "dploot";
version = "3.1.0";
version = "3.1.2";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-DlMaEkgbDHQb5BV0mI8qjTBGpmRX7bP67MZO4g+I1uI=";
hash = "sha256-WY6SEBmvsvLtn6+KE4upL2n39kuGO4aK3cyGFOd9xIo=";
};
pythonRelaxDeps = [