Unverified Commit 50779ff2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #306816 from r-ryantm/auto-update/python311Packages.fsspec-xrootd

python311Packages.fsspec-xrootd: 0.2.4 -> 0.3.0
parents ba70d017 34d70c0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "fsspec-xrootd";
  version = "0.2.4";
  version = "0.3.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "CoffeaTeam";
    repo = "fsspec-xrootd";
    rev = "refs/tags/v${version}";
    hash = "sha256-8TT+49SF/3i2OMIDcDD0AXEn0J9UkNX2q/SBkfoMXso=";
    hash = "sha256-fhamfMWlsiiqfU9c9XDfLEEkRbMAqm74rc2bGF3fRaM=";
  };

  nativeBuildInputs = [