snakemake: 9.5.0 -> 9.5.1

This commit is contained in:
R. Ryantm 2025-05-31 07:54:19 +00:00 committed by Dmitry Kalinkin
parent 203d8464d8
commit 9270558242

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "9.5.0";
version = "9.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "snakemake";
repo = "snakemake";
tag = "v${version}";
hash = "sha256-rZTx/ZDAaZ579u7ef18qlTUtg1ieWd9sF9UXvEOyLMk=";
hash = "sha256-cSFqPSLeM7hw1bxQZ2FhlHUP+O3iyrwBz4+Jz90Zck8=";
};
postPatch = ''