Commit b510c517 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.scipy-stubs: 1.16.0.0 -> 1.16.0.2

parent e6e45d9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "scipy-stubs";
  version = "1.16.0.0";
  version = "1.16.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scipy";
    repo = "scipy-stubs";
    tag = "v${version}";
    hash = "sha256-LuBypvtbLp7Zo8Rou1JwBwJjZr0BBic25dhX5Yg1Esk=";
    hash = "sha256-xaBii3vONwfHlrsLr+uvXvirZ2WT1OgUzlYxRIRnGdI=";
  };

  disabled = pythonOlder "3.11";