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

python3Packages.fastcore: 1.8.7 -> 1.8.8 (#438455)

parents a944df61 35ad00c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.8.7";
  version = "1.8.8";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "fastai";
    repo = "fastcore";
    tag = version;
    hash = "sha256-CF6bODkD1ooIWK4AnOXXKOKyu09cQP876BXgoGtGoXk=";
    hash = "sha256-If/XiGAjDDVKOh7JKHENdY5pmBxlOuQ+4bZ0Gh8PBMQ=";
  };

  build-system = [ setuptools ];
+5 −1
Original line number Diff line number Diff line
{
  lib,
  build,
  buildPythonPackage,
  fetchPypi,
  setuptools,
@@ -27,7 +28,10 @@ buildPythonPackage rec {

  pythonRelaxDeps = [ "ipywidgets" ];

  build-system = [ setuptools ];
  build-system = [
    build
    setuptools
  ];

  dependencies = [
    astunparse