summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-11-30 20:58:27 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:11:17 +0100
commit4729b781a8145e36939cc1a9e1f055214d30ceff (patch)
tree952242cd4c3bf566fc3b05be7185ac4703a39242
parent4c1f249333bce383f24ee41ab8aa12da970872cd (diff)
python311Packages.scipy: 1.11.3 -> 1.11.4
https://github.com/scipy/scipy/releases/tag/v1.11.4
-rw-r--r--pkgs/development/python-modules/scipy/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix
index 2c5ecd42585c..c3d0a817550a 100644
--- a/pkgs/development/python-modules/scipy/default.nix
+++ b/pkgs/development/python-modules/scipy/default.nix
@@ -32,8 +32,8 @@ let
# nix-shell maintainers/scripts/update.nix --argstr package python3.pkgs.scipy
#
# The update script uses sed regexes to replace them with the updated hashes.
- version = "1.11.3";
- srcHash = "sha256-swxRfFjTcKjKQv6GFdWNR6IKhdJQYhZSR7UWLtcnrXw=";
+ version = "1.11.4";
+ srcHash = "sha256-hNAZOMDFYqZpb67Pzg/WALWagFYvqYO1jOmcipDDRbE=";
datasetsHashes = {
ascent = "1qjp35ncrniq9rhzb14icwwykqg2208hcssznn3hz27w39615kh3";
ecg = "1bwbjp43b7znnwha5hv6wiz3g0bhwrpqpi75s12zidxrbwvd62pj";
@@ -79,7 +79,7 @@ in buildPythonPackage {
# Relax deps a bit
postPatch = ''
substituteInPlace pyproject.toml \
- --replace 'meson-python>=0.12.1,<0.14.0' 'meson-python' \
+ --replace 'meson-python>=0.12.1,<0.15.0' 'meson-python' \
--replace 'numpy==' 'numpy>=' \
--replace "pybind11>=2.10.4,<2.11.1" "pybind11>=2.10.4,<2.12.0" \
--replace 'wheel<0.41.0' 'wheel'
@@ -214,6 +214,7 @@ in buildPythonPackage {
SCIPY_USE_G77_ABI_WRAPPER = 1;
meta = with lib; {
+ changelog = "https://github.com/scipy/scipy/releases/tag/v${version}";
description = "SciPy (pronounced 'Sigh Pie') is open-source software for mathematics, science, and engineering";
downloadPage = "https://github.com/scipy/scipy";
homepage = "https://www.scipy.org/";