python3Packages.atsim.potentials: 0.3.0 -> 0.4.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:08 +02:00 committed by Jonathan Ringer
parent f150067c1c
commit 3ce5058fe6
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -10,12 +10,12 @@
}:
buildPythonPackage rec {
version = "0.3.0";
version = "0.4.0";
pname = "atsim.potentials";
src = fetchPypi {
inherit pname version;
sha256 = "70082fc40b0ab7565a671c2d764fe3db08bc6ce45da44e1c1e8b77a65d1f7a23";
sha256 = "0c3e4e2323e969880f17a9924642e0991be5761f50b254bcbadd046db3be6390";
};
checkInputs = [ pytest ];