Merge pull request #328560 from r-ryantm/auto-update/python312Packages.lmfit

python312Packages.lmfit: 1.3.1 -> 1.3.2
This commit is contained in:
Nick Cao 2024-07-20 14:01:37 -04:00 committed by GitHub
commit 31a639224b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "lmfit";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vDhiRK29EO8aKixPnRez3vkFVSwKZK74VPCtRswwnMU=";
hash = "sha256-Mb7q4fAnwbjBTc1/LoSIqAt1+zied/ymd1Sb3C/ll7s=";
};
postPatch = ''