Unverified Commit b1543ba1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #223792 from fabaff/fastcore-bump

python310Packages.fastcore: 1.5.28 -> 1.5.29
parents 5b3a38f6 1b9aa2e6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "fastcore";
  version = "1.5.28";
  version = "1.5.29";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "fastai";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-PSqwpDTzEaBXH77c64yv1s2TvQyIiz6It9cgjnCmrhY=";
    hash = "sha256-yCPOF150TdkPHfLl8Jo2oow+91IzRKgnXo3eQMn5wK0=";
  };

  propagatedBuildInputs = [
@@ -34,6 +34,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module for Fast AI";
    homepage = "https://github.com/fastai/fastcore";
    changelog = "https://github.com/fastai/fastcore/blob/${version}/CHANGELOG.md";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ fab ];
  };