python3Packages.snakemake: 9.4.0 -> 9.5.0

This commit is contained in:
R. Ryantm
2025-05-23 08:55:39 -04:00
committed by Dmitry Kalinkin
parent 7d7f746bca
commit a45772137a
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.4.0";
version = "9.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-lRW/YDD0uiaCfY6lbcbusM5TCqfp6hwTB8xeFYr3jCQ=";
hash = "sha256-rZTx/ZDAaZ579u7ef18qlTUtg1ieWd9sF9UXvEOyLMk=";
};
postPatch = ''