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

python311Packages.fsspec-xrootd: 0.2.4 -> 0.3.0
This commit is contained in:
Nick Cao 2024-04-26 09:21:54 -04:00 committed by GitHub
commit 50779ff280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [