We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd9de0 + 955aa6d commit 60a5535Copy full SHA for 60a5535
1 file changed
pkgs/by-name/sn/snakemake/package.nix
@@ -11,15 +11,15 @@
11
12
python3Packages.buildPythonApplication (finalAttrs: {
13
pname = "snakemake";
14
- version = "9.21.1";
+ version = "9.22.0";
15
pyproject = true;
16
__structuredAttrs = true;
17
18
src = fetchFromGitHub {
19
owner = "snakemake";
20
repo = "snakemake";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-i5F8Dt6DJtR3WBoAAt+/6WMaB+LDG18xKuNQ7HZ2zow=";
+ hash = "sha256-x9kz1GZJqrdknO1KK2MiSsFMTO3IstDy9uCBbhmBuxg=";
23
};
24
25
postPatch = ''
0 commit comments