Skip to content

Commit 9270558

Browse files
r-ryantmveprbl
authored andcommitted
snakemake: 9.5.0 -> 9.5.1
1 parent 203d846 commit 9270558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sn/snakemake/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
python3Packages.buildPythonApplication rec {
1212
pname = "snakemake";
13-
version = "9.5.0";
13+
version = "9.5.1";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "snakemake";
1818
repo = "snakemake";
1919
tag = "v${version}";
20-
hash = "sha256-rZTx/ZDAaZ579u7ef18qlTUtg1ieWd9sF9UXvEOyLMk=";
20+
hash = "sha256-cSFqPSLeM7hw1bxQZ2FhlHUP+O3iyrwBz4+Jz90Zck8=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)