Merge pull request #196258 from r-ryantm/auto-update/python310Packages.lazr-restfulclient

python310Packages.lazr-restfulclient: 0.14.4 -> 0.14.5
This commit is contained in:
Mario Rodas 2022-10-20 03:15:32 -05:00 committed by GitHub
commit c6f6325de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "lazr.restfulclient";
version = "0.14.4";
version = "0.14.5";
disabled = isPy27; # namespace is broken for python2
src = fetchPypi {
inherit pname version;
sha256 = "bf0fd6b2749b3a2d02711f854c9d23704756f7afed21fb5d5b9809d72aa6d087";
sha256 = "sha256-B1FxfH502xmH6adzNXB9TX2XzwSxrQiYuCLxIzPWiHw=";
};
propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ];