summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Burns <52847440+r-burns@users.noreply.github.com>2021-10-14 00:45:23 -0700
committerGitHub <noreply@github.com>2021-10-14 00:45:23 -0700
commitb580b1fcdba7cf2c15ce559c8f3eb4825d6fd52d (patch)
tree72bf2e25efb2842401e2224ffeae9781bbfd64a4 /pkgs
parentb6eaaffa1599953b852ebba4fbfcdf84b8dd8b7b (diff)
parent39ff40c96efaa58f02ff55ef31aecc1718fd9e2e (diff)
Merge pull request #141357 from r-ryantm/auto-update/python38Packages.iminuit
python38Packages.iminuit: 2.8.3 -> 2.8.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/iminuit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/iminuit/default.nix b/pkgs/development/python-modules/iminuit/default.nix
index 306d242d68a3..3faf61d169be 100644
--- a/pkgs/development/python-modules/iminuit/default.nix
+++ b/pkgs/development/python-modules/iminuit/default.nix
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "iminuit";
- version = "2.8.3";
+ version = "2.8.4";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
- sha256 = "8e22d81a53ce3316f0253bf0b7831bd72ac1122ca78896c2ee2e585178c5c9ae";
+ sha256 = "4b09189f3094896cfc68596adc95b7f1d92772e1de1424e5dc4dd81def56e8b0";
};
nativeBuildInputs = [ cmake ];