Skip to content

Commit

Permalink
python3Packages.wandb: 0.16.0 -> 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samuela authored and wegank committed Jan 28, 2024
1 parent a1dc07d commit 234b8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/wandb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

buildPythonPackage rec {
pname = "wandb";
version = "0.16.0";
version = "0.16.2";
format = "pyproject";

disabled = pythonOlder "3.6";
Expand All @@ -64,7 +64,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XXs9KjiAPzZ932r4UJ87RpM+qhg/bNDWEYsq2Ua6SRw=";
hash = "sha256-I7UyrhlfT24C10OnC06JyuV5k3GE0IZipQ61vY16CV8=";
};

patches = [
Expand Down

0 comments on commit 234b8db

Please sign in to comment.