Merge pull request #264776 from r-ryantm/auto-update/python311Packages.nitime

python311Packages.nitime: 0.10.1 -> 0.10.2
This commit is contained in:
Martin Weinelt 2023-11-02 02:04:57 +01:00 committed by GitHub
commit dd27585358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "nitime";
version = "0.10.1";
version = "0.10.2";
disabled = pythonOlder "3.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-NnoVrSt6MTTcNup1e+/1v5JoHCYcycuQH4rHLzXJt+Y=";
hash = "sha256-NCaWr7ZqL1XV0QfUD+4+Yn33N1cCP33ib5oJ91OtJLU=";
};
# Upstream wants to build against the oldest version of numpy possible, but