python3Packages.snakemake: 9.21.1 -> 9.22.0 (#528795)

This commit is contained in:
Dmitry Kalinkin
2026-06-08 18:23:13 +00:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "snakemake";
version = "9.21.1";
version = "9.22.0";
pyproject = true;
__structuredAttrs = true;
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "snakemake";
repo = "snakemake";
tag = "v${finalAttrs.version}";
hash = "sha256-i5F8Dt6DJtR3WBoAAt+/6WMaB+LDG18xKuNQ7HZ2zow=";
hash = "sha256-x9kz1GZJqrdknO1KK2MiSsFMTO3IstDy9uCBbhmBuxg=";
};
postPatch = ''