python3Packages.ppft: 1.7.6.8 -> 1.7.6.9

https://github.com/uqfoundation/ppft/releases/tag/1.7.6.9
This commit is contained in:
Martin Weinelt 2024-09-29 17:06:02 +02:00
parent df1cf9f017
commit 04f74a9e9b

View File

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