python310Packages.mne-python: 1.1.0 -> 1.1.1
This commit is contained in:
parent
e6dac8a4f4
commit
62002c7a4a
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mne-python";
|
pname = "mne-python";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
# PyPI dist insufficient to run tests
|
# PyPI dist insufficient to run tests
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mne-tools";
|
owner = "mne-tools";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-p4brwO6uERM2vJdkJ34GdeAKk07QeVEmQrZMPcDjI2I=";
|
sha256 = "sha256-VM7sKcQeAeK20r4/jehhGlvBSHhYwA2SgsNL5Oa/Hug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user