From 5904bfbdf8d8778a77db1fb9e5b654d02e17d4ab Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 11 Sep 2025 22:26:53 +0000 Subject: [PATCH] python3Packages.conjure-python-client: 3.0.0 -> 3.1.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 4856b050ace9..3ba67ac0bab0 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.0.0"; + version = "3.1.0"; pname = "conjure-python-client"; pyproject = true; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "palantir"; repo = "conjure-python-client"; tag = "${version}"; - hash = "sha256-Ux4yn/fvfiW1mPir1lT+l9bKUnh7CNU6qNTac046H74="; + hash = "sha256-dfoP0/v0yFAyBo4wADDGGTggVuFBoG53e5WTBvKQaS0="; }; # https://github.com/palantir/conjure-python-client/blob/3.0.0/setup.py#L57