python3Packages.snakemake-interface-executor-plugins: 9.3.2 -> 9.3.3

https://github.com/snakemake/snakemake-interface-executor-plugins/blob/v9.3.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:25 +01:00
parent 0515e50daf
commit fcccdd2b3f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "snakemake-interface-executor-plugins";
version = "9.3.2";
version = "9.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake-interface-executor-plugins";
tag = "v${version}";
hash = "sha256-3XdsEnL+kuYhNOeAxkAsjTJ2R6NOtq97zPhQg9kdFkI=";
hash = "sha256-1QmpL+YhpH7CmMKI9C60GnpVBveq9IPM2mrlMOdjUs4=";
};
build-system = [ poetry-core ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = {
description = "This package provides a stable interface for interactions between Snakemake and its executor plugins";
homepage = "https://github.com/snakemake/snakemake-interface-executor-plugins";
changelog = "https://github.com/snakemake/snakemake-interface-executor-plugins/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/snakemake/snakemake-interface-executor-plugins/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ veprbl ];
};