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

python3Packages.fastcore: 1.12.38 -> 1.12.39 (#511902)

parents 771d45cb ed4ed652
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.38";
  version = "1.12.39";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastai";
    repo = "fastcore";
    tag = finalAttrs.version;
    hash = "sha256-xqME3sz7AqGsIuTb8Ge4ByDi4sfwKo/TXEAw6/cTTmU=";
    hash = "sha256-4pa0h+8V7E3CJtJguM/OhEK61OeK/+JKEL7fNsWIKek=";
  };

  build-system = [ setuptools ];