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

python3Packages.fastcore: 1.12.12 -> 1.12.14 (#490441)

parents f3102023 f11248ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "fastcore";
  version = "1.12.12";
  version = "1.12.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastai";
    repo = "fastcore";
    tag = finalAttrs.version;
    hash = "sha256-RWcYZ8sEJ+J+gIHJ7IxJ3AKXxNHQbsRKtkksp8yQb5o=";
    hash = "sha256-oX99QZHaBTvZG10IYXdUE7Ap91GerOsLxF/WOo7U/wA=";
  };

  build-system = [ setuptools ];