python3Packages.conjure-python-client: 3.0.0 -> 3.1.0 (#442221)

authored by pyrox.dev and committed by GitHub d295697d a45cadf9

+2 -2
+2 -2
pkgs/development/python-modules/conjure-python-client/default.nix
··· 9 }: 10 11 buildPythonPackage rec { 12 - version = "3.0.0"; 13 pname = "conjure-python-client"; 14 pyproject = true; 15 ··· 17 owner = "palantir"; 18 repo = "conjure-python-client"; 19 tag = "${version}"; 20 - hash = "sha256-Ux4yn/fvfiW1mPir1lT+l9bKUnh7CNU6qNTac046H74="; 21 }; 22 23 # https://github.com/palantir/conjure-python-client/blob/3.0.0/setup.py#L57
··· 9 }: 10 11 buildPythonPackage rec { 12 + version = "3.1.0"; 13 pname = "conjure-python-client"; 14 pyproject = true; 15 ··· 17 owner = "palantir"; 18 repo = "conjure-python-client"; 19 tag = "${version}"; 20 + hash = "sha256-dfoP0/v0yFAyBo4wADDGGTggVuFBoG53e5WTBvKQaS0="; 21 }; 22 23 # https://github.com/palantir/conjure-python-client/blob/3.0.0/setup.py#L57