python3Packages.snakemake-interface-scheduler-plugins: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2025-10-23 11:28:10 +00:00
parent fedf897f2a
commit 9a916280d8
@@ -7,13 +7,13 @@
}:
let
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake-interface-scheduler-plugins";
tag = "v${version}";
hash = "sha256-Z/rJGkby9AcYB+Gil00xhbrySChqEIEOtzLyzQPhObk=";
hash = "sha256-BowMwZllFR9IKYUMhISAbf606awTxfmS/nQxkGgb4y8=";
};
in
buildPythonPackage {