Merge pull request #312140 from r-ryantm/auto-update/python311Packages.lmfit

python311Packages.lmfit: 1.3.0 -> 1.3.1
This commit is contained in:
Aleksana 2024-05-16 22:50:37 +08:00 committed by GitHub
commit 077d6406ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "lmfit";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-foI668BSN8qA0z0mDO27peJhkMzsn69ZXmgUOQneDJM=";
hash = "sha256-vDhiRK29EO8aKixPnRez3vkFVSwKZK74VPCtRswwnMU=";
};
postPatch = ''