Skip to content

Commit 60a5535

Browse files
authored
python3Packages.snakemake: 9.21.1 -> 9.22.0 (#528795)
2 parents 4bd9de0 + 955aa6d commit 60a5535

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
python3Packages.buildPythonApplication (finalAttrs: {
1313
pname = "snakemake";
14-
version = "9.21.1";
14+
version = "9.22.0";
1515
pyproject = true;
1616
__structuredAttrs = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "snakemake";
2020
repo = "snakemake";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-i5F8Dt6DJtR3WBoAAt+/6WMaB+LDG18xKuNQ7HZ2zow=";
22+
hash = "sha256-x9kz1GZJqrdknO1KK2MiSsFMTO3IstDy9uCBbhmBuxg=";
2323
};
2424

2525
postPatch = ''

0 commit comments

Comments
 (0)