Unverified Commit fef6e2a2 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #201034 from r-ryantm/auto-update/python310Packages.mne-python

python310Packages.mne-python: 1.2.1 -> 1.2.2
parents 6ef65f64 73dc3187
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "mne-python";
  version = "1.2.1";
  version = "1.2.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "mne-tools";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-PAgePQGf4pO+cciIk718Wlk0OEw4ltrhCdWRyDZzFh0=";
    hash = "sha256-KFifnu9MR3FoVs7gLv+CpB/p3/6Iej9RJuBf1uc1HJs=";
  };

  propagatedBuildInputs = [