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

This commit is contained in:
R. Ryantm
2025-03-23 05:06:48 +00:00
parent 297e738724
commit cd5f6edadc
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "snakemake-storage-plugin-s3";
version = "0.2.13";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
tag = "v${version}";
hash = "sha256-tH4KLswRPberlaBlRCEJSPmUfkcwVkB9YbD/3LYJx0s=";
hash = "sha256-WbGlXu6/7e9U2GfVd4IF86bRfulNxjP1Tw5pVHpEj/g=";
};
build-system = [ poetry-core ];