python311Packages.pathos: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2024-01-29 11:16:47 +00:00
parent 3b02018161
commit 0960bc0e1d
@@ -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 = [