3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.potentials: 0.3.1 -> 0.3.2

This commit is contained in:
Fabian Affolter 2021-12-02 22:31:19 +01:00 committed by Jonathan Ringer
parent 6315ad6346
commit 63cdf83699

View file

@ -19,7 +19,7 @@
}:
buildPythonPackage rec {
version = "0.3.1";
version = "0.3.2";
pname = "potentials";
format = "setuptools";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "02l1rav5jdfsb00byxbswyhqdnjljp9y7g4ddn4mivzi7x39qa52";
sha256 = "sha256-u++ClAAc96u7k8w756sFR4oCtIOgERQ7foklxWWPprY=";
};
propagatedBuildInputs = [