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

python3Packages.adlfs: 2026.2.0 -> 2026.4.0 (#509442)

parents a1edc426 cbbd7209
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage (finalAttrs: {
  pname = "adlfs";
  version = "2026.2.0";
  version = "2026.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fsspec";
    repo = "adlfs";
    tag = finalAttrs.version;
    hash = "sha256-wpj0MTpP5fBKTWA7sy4eRQo084pc+oNZgHVieC5NL2A=";
    hash = "sha256-lqEyREVMdo59NhDZVdOb+w2bf5JVDg/nQHYhC+hKglo=";
  };

  build-system = [