From b26417634fc4bb510708ed48dc52ae5cc7a38000 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 8 Mar 2026 01:41:00 +0000 Subject: [PATCH] python3Packages.conjure-python-client: 3.1.0 -> 3.3.0 --- .../python-modules/conjure-python-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/conjure-python-client/default.nix b/pkgs/development/python-modules/conjure-python-client/default.nix index de2bb79a2b74..971f1fd317de 100644 --- a/pkgs/development/python-modules/conjure-python-client/default.nix +++ b/pkgs/development/python-modules/conjure-python-client/default.nix @@ -9,7 +9,7 @@ }: buildPythonPackage rec { - version = "3.1.0"; + version = "3.3.0"; pname = "conjure-python-client"; pyproject = true; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "palantir"; repo = "conjure-python-client"; tag = version; - hash = "sha256-dfoP0/v0yFAyBo4wADDGGTggVuFBoG53e5WTBvKQaS0="; + hash = "sha256-z6+790fFpI7uYI6O4MXnCOZc/o96r2f8ttj+IsXStYI="; }; # https://github.com/palantir/conjure-python-client/blob/3.0.0/setup.py#L57