Merge pull request #280426 from marsam/update-lazr-restfulclient

python311Packages.lazr-restfulclient: 0.14.5 -> 0.14.6
This commit is contained in:
Mario Rodas 2024-01-13 01:14:33 -05:00 committed by GitHub
commit 1c9312d3db
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.5";
version = "0.14.6";
disabled = isPy27; # namespace is broken for python2
src = fetchPypi {
inherit pname version;
hash = "sha256-B1FxfH502xmH6adzNXB9TX2XzwSxrQiYuCLxIzPWiHw=";
hash = "sha256-Q/EqHTlIRjsUYgOMR7Qp3LXkLgun8uFlEbArpdKt/9s=";
};
propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ];