python310Packages.jaxtyping: 0.2.22 -> 0.2.23

This commit is contained in:
Gaetan Lepage 2023-10-11 21:49:16 +02:00
parent ffaeba5dee
commit 7e65b82b04

View File

@ -16,14 +16,14 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.2.22";
version = "0.2.23";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "jaxtyping";
rev = "refs/tags/v${version}";
hash = "sha256-OYx7Eq5jxSGERHsk611+n+Nq2B915gpJLPZYdO7Lt+k=";
hash = "sha256-22dIuIjFgqRmV9AQok02skVt7fm17/WpzBm3FrJ6/zs=";
};
nativeBuildInputs = [