python3Packages.nominal: 1.59.0 -> 1.65.0

This commit is contained in:
R. Ryantm
2025-07-08 21:50:48 +00:00
parent 651322d68b
commit 24917ab0cc
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "nominal";
version = "1.59.0";
version = "1.65.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nominal-io";
repo = "nominal-client";
tag = "v${version}";
hash = "sha256-wWy7i9lWZzDCx3cPyViLp7r7hSSDQbqdSUABX7L0LSE=";
hash = "sha256-MDIrKDMU4PgCXxaraVYKeRwgn84UXdwxNeyoJvMHiuE=";
};
build-system = [ hatchling ];