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

View File

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