Merge pull request #244844 from r-ryantm/auto-update/python310Packages.lmfit

python310Packages.lmfit: 1.2.1 -> 1.2.2
This commit is contained in:
Nick Cao 2023-07-22 20:13:18 -06:00 committed by GitHub
commit 5c9830a303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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