python3Packages.snakemake: 9.16.0 -> 9.16.2

This commit is contained in:
R. Ryantm
2026-02-02 19:58:43 +00:00
parent ad6fd4c327
commit 439ec39cfe
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.16.0";
version = "9.16.2";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-Sj9YnPmj7Fn1+8sIO7IYnuj6vDwxUnn+JDg+DbbgbSI=";
hash = "sha256-8pxl1GE30kM3wbbsgDnH1TKfVjQ6ZpFJ3980L7/Balk=";
};
postPatch = ''