python3Packages.iminuit: 2.31.1 -> 2.31.3 (#457468)

This commit is contained in:
Fabian Affolter
2025-11-01 10:32:20 +00:00
committed by GitHub

View File

@@ -2,7 +2,6 @@
lib, lib,
buildPythonPackage, buildPythonPackage,
fetchPypi, fetchPypi,
pythonOlder,
# build-system # build-system
cmake, cmake,
@@ -21,14 +20,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "iminuit"; pname = "iminuit";
version = "2.31.1"; version = "2.31.3";
format = "pyproject"; pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-1eAE8f/YPSoHZAn79KeWkeehfJ1zlQu2NGWvMuEE3hg="; hash = "sha256-/7Oust4mxADQr/fit0V/ZM1gmklMRe5Xnv/ugbG8XXg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -40,7 +37,7 @@ buildPythonPackage rec {
pyproject-metadata pyproject-metadata
]; ];
propagatedBuildInputs = [ numpy ]; dependencies = [ numpy ];
dontUseCmakeConfigure = true; dontUseCmakeConfigure = true;
@@ -48,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/scikit-hep/iminuit"; homepage = "https://github.com/scikit-hep/iminuit";
changelog = "https://github.com/scikit-hep/iminuit/releases/tag/v{version}";
description = "Python interface for the Minuit2 C++ library"; description = "Python interface for the Minuit2 C++ library";
license = with licenses; [ license = with licenses; [
mit mit