Skip to content

Commit a2e31f8

Browse files
committed
1 parent 1357d0e commit a2e31f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/development/python-modules/flowmc/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "flowmc";
25-
version = "0.4.2";
25+
version = "0.4.3";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "kazewong";
3030
repo = "flowMC";
3131
tag = "flowMC-${version}";
32-
hash = "sha256-Qsh5nvLdJeIx3EHACdhRE4GDdI31MHYvUDHephMs+2Y=";
32+
hash = "sha256-M0FrIe7q0YI6f+IwQeMsZKahw9wcQd42hf/dmXJp2Fk=";
3333
};
3434

3535
build-system = [ hatchling ];
@@ -48,7 +48,6 @@ buildPythonPackage rec {
4848

4949
dependencies = [
5050
chex
51-
coveralls
5251
equinox
5352
jax
5453
jaxtyping

0 commit comments

Comments
 (0)