python312Packages.fsspec-xrootd: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2025-03-23 11:45:44 +01:00
committed by Gaetan Lepage
parent f9ec383a10
commit 1c4580f1c1
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "fsspec-xrootd";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "CoffeaTeam";
repo = "fsspec-xrootd";
tag = "v${version}";
hash = "sha256-7UUE0NtGSMmqKwD0UHvD5JFBVmajunRxDP39wjs4gUs=";
hash = "sha256-Vpe/Gcm6rmehG05h2H7BDZcBQDyie0Ww9X8LgoTgAkE=";
};
build-system = [