Commit 24917ab0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.nominal: 1.59.0 -> 1.65.0

parent 651322d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];