python311Packages.snakemake-storage-plugin-s3: 0.2.10 -> 0.2.11

This commit is contained in:
R. Ryantm 2024-04-30 07:03:19 +00:00 committed by Dmitry Kalinkin
parent 0a949cf261
commit 8fe1aa6825

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "snakemake-storage-plugin-s3";
version = "0.2.10";
version = "0.2.11";
format = "pyproject";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-k21DRQdSUFkdwNb7MZJmClhIg+pdSc7H6FkDrbf4DT8=";
hash = "sha256-pAMrWJe4+PWHglZ/C83Af+uHBg9wupfSlH4W8CvO9as=";
};
postPatch = ''