python3Packages.snakemake-storage-plugin-s3: 0.3.4 -> 0.3.6 (#445629)

This commit is contained in:
Nick Cao
2025-09-24 20:27:52 +00:00
committed by GitHub
@@ -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 ];