Merge pull request #285230 from r-ryantm/auto-update/python311Packages.ppft

python311Packages.ppft: 1.7.6.7 -> 1.7.6.8
This commit is contained in:
Weijia Wang 2024-03-07 23:34:32 +01:00 committed by GitHub
commit 1c6ed391c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ppft"; pname = "ppft";
version = "1.7.6.7"; version = "1.7.6.8";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-qzRDaBTi8YI481aI/YabJkGy0tjcoiuNJG9nAd/JVMg="; hash = "sha256-dqQpp9e3TE10P226g1HljWK2Qy7WXfn+IEeQFg2rmW0=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Distributed and parallel Python"; description = "Distributed and parallel Python";
homepage = "https://ppft.readthedocs.io/"; homepage = "https://ppft.readthedocs.io/";
changelog = "https://github.com/uqfoundation/ppft/releases/tag/ppft-${version}"; changelog = "https://github.com/uqfoundation/ppft/releases/tag/${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };