Commit 1deca05f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.fastcore: 1.10.0 -> 1.11.0

parent 454f2ab1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.10.0";
  version = "1.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-hPcL1FB7O/+YCq+p32KWykfoDTs3g+sk1oBCtrZZERU=";
    hash = "sha256-mzOarqm7ng4Jz+z5CNjmff8j0wfNGSYjR2LNhtRfmhc=";
  };

  build-system = [ setuptools ];