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

python313Packages.fastcore: 1.8.8 -> 1.8.11 (#445427)

parents cb7727cf c626f5fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.8.8";
  version = "1.8.11";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-If/XiGAjDDVKOh7JKHENdY5pmBxlOuQ+4bZ0Gh8PBMQ=";
    hash = "sha256-gqC5dVYWfWLNvum8ffIpT9qlm2yD6txPm3KQaP/rHao=";
  };

  build-system = [ setuptools ];