python3Packages.snakemake: 9.14.1 -> 9.14.4

This commit is contained in:
R. Ryantm
2025-12-13 08:26:28 +00:00
parent 145c17c55d
commit d573d6c831
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.14.1";
version = "9.14.4";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-yRnoo6vaq2Gw+/WJ3Jjk4AMnj0OPylgPI2lezCzK/B4=";
hash = "sha256-r8Fz0ZOGZbkQ5x5oarxkxzGMYSuh15N4RYlZZxPwPA0=";
};
postPatch = ''