Skip to content

Commit

Permalink
python310Packages.jaxtyping: 0.2.21 -> 0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Sep 20, 2023
1 parent 68a7cc9 commit 7a93f2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/jaxtyping/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.2.21";
format = "pyproject";
version = "0.2.22";
pyproject = true;

src = fetchFromGitHub {
owner = "google";
repo = "jaxtyping";
rev = "refs/tags/v${version}";
hash = "sha256-BacfFcrzXeS6LemU7P6oCZJGB/Zzq09kEPuz2rTIyfI=";
hash = "sha256-OYx7Eq5jxSGERHsk611+n+Nq2B915gpJLPZYdO7Lt+k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7a93f2f

Please sign in to comment.