Skip to content

Commit 43c8425

Browse files
authored
python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007)
2 parents 8c79491 + 08e65e6 commit 43c8425

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/tensorflow-probability

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/tensorflow-probability/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}:
4040

4141
let
42-
version = "0.24.0";
42+
version = "0.25.0";
4343
pname = "tensorflow-probability";
4444

4545
# first build all binaries and generate setup.py using bazel
@@ -49,7 +49,7 @@ let
4949
owner = "tensorflow";
5050
repo = "probability";
5151
rev = "refs/tags/v${version}";
52-
hash = "sha256-V6aw4NtGOHlvcbgLWMH29x81eck1PyzV93ANelvpL4c=";
52+
hash = "sha256-LXQfGFgnM7WYUQjJ2Y3jskdeJ/dEKz+Afg+UOQjv5kc=";
5353
};
5454
nativeBuildInputs = [
5555
absl-py

0 commit comments

Comments
 (0)