python310Packages.lmfit: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2023-07-22 14:17:34 +00:00
parent f465da1662
commit 188ab62eb4

View file

@ -14,13 +14,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "lmfit"; pname = "lmfit";
version = "1.2.1"; version = "1.2.2";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-AM71vRRb+BtzYwt4kmrySyTxgFQh5iEcpYVYiqfMQVs="; hash = "sha256-BEoFKhGmHaBXYnRQTBfrfigDtBEo4lgh6WYyIH8jyIw=";
}; };
postPatch = '' postPatch = ''