lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.iminuit: 2.30.1 -> 2.31.1

authored by

R. Ryantm and committed by
Dmitry Kalinkin
1b62e27a eaa20337

+2 -2
+2 -2
pkgs/development/python-modules/iminuit/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "iminuit"; 24 - version = "2.30.1"; 24 + version = "2.31.1"; 25 25 format = "pyproject"; 26 26 27 27 disabled = pythonOlder "3.6"; 28 28 29 29 src = fetchPypi { 30 30 inherit pname version; 31 - hash = "sha256-KBW/3rjn94GF8xa3Xi1LGdD2mTvcX/AzUu03twp5Y2A="; 31 + hash = "sha256-1eAE8f/YPSoHZAn79KeWkeehfJ1zlQu2NGWvMuEE3hg="; 32 32 }; 33 33 34 34 nativeBuildInputs = [