python3Packages.atsim.potentials: 0.2.1 -> 0.3.0

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:23 +01:00
parent 0110059c2b
commit a0a30fd6b8

View File

@ -6,12 +6,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.2.1"; version = "0.3.0";
pname = "atsim.potentials"; pname = "atsim.potentials";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2abdec2fb4e8198f4e0e41634ad86625d5356a4a3f1ba1f41568d0697df8f36f"; sha256 = "70082fc40b0ab7565a671c2d764fe3db08bc6ce45da44e1c1e8b77a65d1f7a23";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];