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

This commit is contained in:
R. Ryantm
2025-09-11 22:26:53 +00:00
parent 40c7c33545
commit 5904bfbdf8
@@ -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