Commit ed4ed652 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.fastcore: 1.12.38 -> 1.12.39

parent 1a2cead2
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 ];