python312Packages.snakemake-storage-plugin-s3: 0.2.12 -> 0.2.13 (#389012)

authored by Nick Cao and committed by GitHub 5d87f7dc fb25d711

+2 -2
+2 -2
pkgs/development/python-modules/snakemake-storage-plugin-s3/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "snakemake-storage-plugin-s3"; 16 - version = "0.2.12"; 16 + version = "0.2.13"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "snakemake"; 21 21 repo = pname; 22 22 tag = "v${version}"; 23 - hash = "sha256-TKv/7b3+uhY18v7p1ZSya5KJEMUv4M1NkObP9vPzMxU="; 23 + hash = "sha256-tH4KLswRPberlaBlRCEJSPmUfkcwVkB9YbD/3LYJx0s="; 24 24 }; 25 25 26 26 build-system = [ poetry-core ];