python3Packages.pathos: 0.2.9 -> 0.3.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:30 +01:00
parent e6f5bef95b
commit b6097e1a1b

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pathos";
version = "0.2.9";
version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "uqfoundation";
repo = pname;
rev = "refs/tags/pathos-${version}";
sha256 = "sha256-39D+itH0nkOzmh3Rpg/HXLRj2F1UPsys+iU0ZiodkM0=";
sha256 = "sha256-Jc7pMVjOUSaZydRh87FsHivEAXpX9v6EbZNkHwPeq/Q=";
};
propagatedBuildInputs = [