python312Packages.ppft: 1.7.6.9 -> 1.7.7

This commit is contained in:
R. Ryantm 2025-04-21 17:29:33 +00:00
parent 78e2cd1a15
commit 4d40403620

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "ppft";
version = "1.7.6.9";
version = "1.7.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cxYcZ0dOqdgdBLza0WbTmc/z8ITV0twh691GwHW7wmU=";
hash = "sha256-8/d0SM/iTCuNIpa22HMigLJQQaPz4fVRhWxkUdPgG5Y=";
};
propagatedBuildInputs = [ six ];