Merge pull request #143464 from r-ryantm/auto-update/python3.8-launchpadlib

python38Packages.launchpadlib: 1.10.14 -> 1.10.15.1
This commit is contained in:
Mario Rodas 2021-10-28 22:20:05 -05:00 committed by GitHub
commit e31ecffddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "launchpadlib";
version = "1.10.14";
version = "1.10.15.1";
src = fetchPypi {
inherit pname version;
sha256 = "5edfc7f615c88475b3d8549731cb57e2d9bf15d0b9bc21a43e88626b67deef4b";
sha256 = "4891f5b0c9bafbbb78aa06eeba1635629663c6aa80f621bcd1fc1057c8dd14b5";
};
propagatedBuildInputs = [