Skip to content

Commit 33c2650

Browse files
authored
python3Packages.flowjax: 17.1.1 -> 17.1.2 (#405827)
2 parents ebf02e3 + e1dadb0 commit 33c2650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2424
buildPythonPackage rec {
2525
pname = "flowjax";
26-
version = "17.1.1";
26+
version = "17.1.2";
2727
pyproject = true;
2828

2929
src = fetchFromGitHub {
3030
owner = "danielward27";
3131
repo = "flowjax";
3232
tag = "v${version}";
33-
hash = "sha256-CLtkO7Lr+FpC/RHnqDSmevpJ3/3EfuILrQSbcdNTqsI=";
33+
hash = "sha256-NTP5QFJDe4tSAuHsQB4ZWyCcqLgW6uUaABfOG/TFgu0=";
3434
};
3535

3636
build-system = [

0 commit comments

Comments
 (0)