snakemake: 9.16.2 -> 9.16.3 (#487392)

This commit is contained in:
Dmitry Kalinkin
2026-02-05 20:06:03 +00:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.16.2";
version = "9.16.3";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-8pxl1GE30kM3wbbsgDnH1TKfVjQ6ZpFJ3980L7/Balk=";
hash = "sha256-+eEzpRY6ZEKB3v1/AkHDg4bOcM2Y6pt4UMrdKF6soac=";
};
postPatch = ''