python310Packages.potentials: 0.3.5 -> 0.3.6

This commit is contained in:
Fabian Affolter
2023-04-22 15:00:54 +02:00
parent 1f05afcdd8
commit fb9c3d1033
@@ -20,7 +20,7 @@
}:
buildPythonPackage rec {
version = "0.3.5";
version = "0.3.6";
pname = "potentials";
format = "setuptools";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-e2+Yrgpj6Cy76qzw9/NhDq9ogsNQAJcKi9kvY2fZE+k=";
hash = "sha256-VEPGa3Wp+B3KterfA5XGjaDf6sIAkSST0GWdeqaJcE0=";
};
propagatedBuildInputs = [