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

python3Packages.brian2: 2.8.0.4 -> 2.9.0 (#407396)

parents d025eece 6a81ab4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "brian2";
  version = "2.8.0.4";
  version = "2.9.0";
  pyproject = true;

  # https://github.com/python/cpython/issues/117692
@@ -26,7 +26,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-DoJouwQoQ0GNObjm2xCqLOQG8BZb7xKQ9aIMmmXbjAg=";
    hash = "sha256-5N3uwcwj83VC49BnrOoncGI8Jk+97RRMptehtsw8o5c=";
  };

  patches = [