Commit 7be407b0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent cf253172
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.5.38";
  version = "1.5.40";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "fastai";
    repo = "fastcore";
    rev = "refs/tags/${version}";
    hash = "sha256-6b2EufBAWxKMRUGfhKq2ihRN5GRUjCeM0d8cbh7ZD8A=";
    hash = "sha256-mjoE5K9A2MQnVdKUZPiHAK2hNE5qS1TRZO3vVAWpRbg=";
  };

  build-system = [ setuptools ];