snakemake: 9.14.7 -> 9.15.0

This commit is contained in:
R. Ryantm
2026-01-22 15:03:25 +00:00
parent 3ee35cb806
commit c552193ecb
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.14.7";
version = "9.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-kKULORORg187jwEp5rjtWBVYdS0IA+aYCnPhJj7mVNE=";
hash = "sha256-wkx19shtDWs/9E3Dg22YG1G3RCzMx4STLQm1gYUK1wk=";
};
postPatch = ''