snakemake: 9.16.2 -> 9.16.3

This commit is contained in:
R. Ryantm
2026-02-05 19:14:49 +00:00
parent a83b291079
commit ce569b2864
+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 = ''