python310Packages.jaxtyping: 0.2.21 -> 0.2.22

This commit is contained in:
Gaetan Lepage 2023-09-20 22:40:53 +02:00
parent 68a7cc9b47
commit 7a93f2fba1

View file

@ -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 = [