python313Packages.snakemake-storage-plugin-xrootd: 0.1.4 -> 0.4.1

This commit is contained in:
Dmitry Kalinkin
2025-04-13 23:09:01 -04:00
parent c315e65e9e
commit 30a99fdfce
@@ -2,7 +2,8 @@
lib,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
hatch-vcs,
hatchling,
snakemake,
snakemake-interface-storage-plugins,
snakemake-interface-common,
@@ -11,20 +12,23 @@
buildPythonPackage rec {
pname = "snakemake-storage-plugin-xrootd";
version = "0.1.4";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
tag = "v${version}";
hash = "sha256-1plBss9jRzIIGQE7rXDEnAomFxNzSUKsw0VyhYA2mIc=";
hash = "sha256-vfMAgOTmT3uzUZHXeKsd8Ze3+b3nFsVHDhkPG+xvz+k=";
};
# xrootd<6.0.0,>=5.6.4 not satisfied by version 5.7rc20240303
pythonRelaxDeps = [ "xrootd" ];
build-system = [ poetry-core ];
build-system = [
hatch-vcs
hatchling
];
dependencies = [
snakemake-interface-storage-plugins