python3Packages.snakemake: 9.13.2 -> 9.13.4

This commit is contained in:
R. Ryantm
2025-10-24 23:26:30 +00:00
parent c9f97ce391
commit 9d86e39bab
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.13.2";
version = "9.13.4";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-7XEs+BTy6xPQidbuafrzELvfNjpzU9RcatXpRwHZ+1A=";
hash = "sha256-SNI9MS1rQ7G27HBeORQ83JOCaCNgp+6h5GeK6sXU2Lg=";
};
postPatch = ''