3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.mne-python: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2022-10-20 02:13:19 +00:00
parent ba90bab628
commit 04580165b3

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "mne-python";
version = "1.2.0";
version = "1.2.1";
# PyPI dist insufficient to run tests
src = fetchFromGitHub {
owner = "mne-tools";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-IqZYkPomS/AjZrPDZapPaZ1jhtrzAvi5MOd9rYrSdKo=";
sha256 = "sha256-PAgePQGf4pO+cciIk718Wlk0OEw4ltrhCdWRyDZzFh0=";
};
propagatedBuildInputs = [