Skip to content

Commit 32e4478

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.snakemake-interface-executor-plugins: 9.3.3 -> 9.3.5
1 parent 3358da0 commit 32e4478

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/snakemake-interface-executor-plugins

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/snakemake-interface-executor-plugins/default.nix

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

1111
buildPythonPackage rec {
1212
pname = "snakemake-interface-executor-plugins";
13-
version = "9.3.3";
13+
version = "9.3.5";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "snakemake";
1818
repo = "snakemake-interface-executor-plugins";
1919
tag = "v${version}";
20-
hash = "sha256-1QmpL+YhpH7CmMKI9C60GnpVBveq9IPM2mrlMOdjUs4=";
20+
hash = "sha256-mmaMzb+nhnLb06OGbjjdVeEQQc81OjVNdrUXdToHJ7Y=";
2121
};
2222

2323
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)