python3Packages.snakemake-interface-executor-plugins: 9.3.5 -> 9.3.9

This commit is contained in:
R. Ryantm
2025-10-06 13:13:19 +00:00
parent 0bcf98ab2f
commit 2994432803

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "snakemake-interface-executor-plugins";
version = "9.3.5";
version = "9.3.9";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake-interface-executor-plugins";
tag = "v${version}";
hash = "sha256-mmaMzb+nhnLb06OGbjjdVeEQQc81OjVNdrUXdToHJ7Y=";
hash = "sha256-NiOVUHB9UU1ZqNAVomZmpzyzDwtbLCd+2MaIvpo5G7k=";
};
build-system = [ poetry-core ];