python312Packages.snakemake: 9.3.0 -> 9.3.3

This commit is contained in:
R. Ryantm
2025-05-01 13:19:34 -04:00
committed by Dmitry Kalinkin
parent 9eca5cd1de
commit 140b3a3a59
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.3.0";
version = "9.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-C9XPoYoSxl58ddPe77ddgOaVfXSD1n0fgDhRciLH0uM=";
hash = "sha256-XmKwK52njnREOogI/kSIaMoZSbYmMGXiL0tPmJvVutA=";
};
postPatch = ''