Unverified Commit 997e9390 authored by Leona Maroni's avatar Leona Maroni
Browse files

python3Packages.gotenberg-client: 0.11.0 -> 0.12.0

parent 1d5d7440
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
  pname = "gotenberg-client";
  version = "0.11.0";
  version = "0.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "stumpylog";
    repo = "gotenberg-client";
    tag = version;
    hash = "sha256-a/GXVhZtxGgmx5mb8hozbXAI9ecrl0c6BIz3BNekA8Q=";
    hash = "sha256-+beO1Pp+ikfk4gqpfvIEHCOPZGLanGX6Kw4mqJglJTI=";
  };

  build-system = [ hatchling ];