lol

Merge pull request #230428 from r-ryantm/auto-update/python311Packages.iminuit

python311Packages.iminuit: 2.21.0 -> 2.21.3

authored by

Nick Cao and committed by
GitHub
486d2656 a3c3d5cf

+2 -2
+2 -2
pkgs/development/python-modules/iminuit/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "iminuit"; 12 - version = "2.21.0"; 12 + version = "2.21.3"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-ivRsweaIvkiBceTfAI457wN+tbntJ3t4HTynWf29vAI="; 19 + hash = "sha256-+zE/DMJ+IhubIhvNd5s6Zo+0x3sPkKv9UzaDPsvawBY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [