Skip to content

Commit a457721

Browse files
r-ryantmveprbl
authored andcommitted
python3Packages.snakemake: 9.4.0 -> 9.5.0
1 parent 7d7f746 commit a457721

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.4.0";
13+
version = "9.5.0";
1414
pyproject = true;
1515

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

2323
postPatch = ''

0 commit comments

Comments
 (0)