python312Packages.potentials: 0.3.7 -> 0.3.8

This commit is contained in:
Fabian Affolter 2024-04-27 19:05:41 +02:00
parent 36134ff401
commit 963b3eff92

View File

@ -20,7 +20,7 @@
}:
buildPythonPackage rec {
version = "0.3.7";
version = "0.3.8";
pname = "potentials";
format = "setuptools";
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-vkrNVRf9ntYSpf8nXmAmGjc+sQ4iFllisYHd9s+uQv0=";
hash = "sha256-ZXsqsqsgWntZUOuW1/2KAhsbnienHu6VFctxYkw+GCU=";
};
propagatedBuildInputs = [