python3Packages.snakemake-storage-plugin-s3: 0.3.4 -> 0.3.6

This commit is contained in:
R. Ryantm
2025-09-23 19:26:01 +00:00
parent 77ac76b5ca
commit c2eb8de250

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "snakemake-storage-plugin-s3";
version = "0.3.4";
version = "0.3.6";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake-storage-plugin-s3";
tag = "v${version}";
hash = "sha256-mHDlY4OZYoTp7G0COM4PYe7S7LptiM/9DnAMADLThbg=";
hash = "sha256-hvyQ6V6POUBWTCWt9moQlH0RgSM4J36kjbXK4TtO8Bo=";
};
build-system = [ poetry-core ];