Merge pull request #284747 from r-ryantm/auto-update/python311Packages.pathos
python311Packages.pathos: 0.3.1 -> 0.3.2
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pathos";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -18,8 +18,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "uqfoundation";
|
||||
repo = pname;
|
||||
rev = "refs/tags/pathos-${version}";
|
||||
hash = "sha256-uQv1t3TRbvoQv86wNOdc5k0cgKt9kvnw5/DGbbbE46w=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-b4HCiAvBGkFMxWh2PHC2kZ9G4PsQqVhKeIxLBKj09jU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Parallel graph management and execution in heterogeneous computing";
|
||||
homepage = "https://pathos.readthedocs.io/";
|
||||
changelog = "https://github.com/uqfoundation/pathos/releases/tag/pathos-${version}";
|
||||
changelog = "https://github.com/uqfoundation/pathos/releases/tag/${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user