Commit ac1f7bc8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.adlfs: refactor

parent 1ba97bc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ buildPythonPackage rec {
  version = "2024.4.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "fsspec";
    repo = pname;
    repo = "adlfs";
    rev = "refs/tags/${version}";
    hash = "sha256-t+7LcjgDrKbTY/WiBqLSkt/Wh+4niulN7G5PIpWN7WU=";
  };