python313Packages.snakemake-storage-plugin-s3: 0.3.1 -> 0.3.3

This commit is contained in:
Dmitry Kalinkin
2025-04-13 23:08:57 -04:00
parent 1b111b45f4
commit c315e65e9e
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "snakemake-storage-plugin-s3";
version = "0.3.1";
version = "0.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake-storage-plugin-s3";
tag = "v${version}";
hash = "sha256-WbGlXu6/7e9U2GfVd4IF86bRfulNxjP1Tw5pVHpEj/g=";
hash = "sha256-jIz8Stx2Abd+xGx6kEwlgq3KGsFO13Lk2N8eLB8marA=";
};
build-system = [ poetry-core ];