snakemake: 9.14.6 -> 9.14.7

This commit is contained in:
R. Ryantm
2026-01-15 23:59:03 +00:00
parent fb34f684a5
commit f746e2b953
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.14.6";
version = "9.14.7";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-eGHhyMkPnC0QTxwWIWjNqX9fhzhQ3QPRAdboQVWwrRA=";
hash = "sha256-kKULORORg187jwEp5rjtWBVYdS0IA+aYCnPhJj7mVNE=";
};
postPatch = ''