Unverified Commit 07f17330 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

python312Packages.neo: 0.14.0 -> 0.14.1 (#400224)

parents 1f364631 bce09377
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "neo";
  version = "0.14.0";
  version = "0.14.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "NeuralEnsemble";
    repo = "python-neo";
    tag = version;
    hash = "sha256-lLs70BsbFxTmd/qR0EqsceG+fAKI1P+em5Ix2kM9w/w=";
    hash = "sha256-n0+K1J6K3WYN+1LxcHoVuA+U3LeiRG0EsicJf5uKvnE=";
  };

  build-system = [ setuptools ];