python3Packages.conjure-python-client: 3.1.0 -> 3.3.0

This commit is contained in:
R. Ryantm
2026-03-08 01:41:00 +00:00
parent 16c5074f16
commit b26417634f
@@ -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