python311Packages.potentials: 0.3.6 -> 0.3.7

This commit is contained in:
Fabian Affolter 2023-07-28 21:42:22 +02:00
parent 4926b97700
commit cf1c8bae75

View file

@ -20,7 +20,7 @@
}:
buildPythonPackage rec {
version = "0.3.6";
version = "0.3.7";
pname = "potentials";
format = "setuptools";
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-VEPGa3Wp+B3KterfA5XGjaDf6sIAkSST0GWdeqaJcE0=";
hash = "sha256-vkrNVRf9ntYSpf8nXmAmGjc+sQ4iFllisYHd9s+uQv0=";
};
propagatedBuildInputs = [