python312Packages.snakemake-storage-plugin-s3: 0.2.12 -> 0.2.13

This commit is contained in:
R. Ryantm
2025-03-11 15:47:40 +00:00
parent 68a5a25381
commit 32456e1227
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "snakemake-storage-plugin-s3";
version = "0.2.12";
version = "0.2.13";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
tag = "v${version}";
hash = "sha256-TKv/7b3+uhY18v7p1ZSya5KJEMUv4M1NkObP9vPzMxU=";
hash = "sha256-tH4KLswRPberlaBlRCEJSPmUfkcwVkB9YbD/3LYJx0s=";
};
build-system = [ poetry-core ];