Unverified Commit 491f93b4 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.fastcore: 1.8.13 -> 1.8.14 (#457357)

parents 58730ae0 30a9ccd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.8.13";
  version = "1.8.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-5bgFV7ZGk+s8jjQaE13lWY+fIStin701ZrzyoJ7ziyY=";
    hash = "sha256-75HeMXzOYECh09ah+mvazQeEQOgcFuy8Cw9AYgu6Sz8=";
  };

  build-system = [ setuptools ];