Merge pull request #49999 from r-ryantm/auto-update/python3.6-gphoto2

python36Packages.gphoto2: 1.8.3 -> 1.8.5
This commit is contained in:
Jörg Thalheim 2018-11-10 00:39:31 +00:00 committed by GitHub
commit 7ba7abf97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "gphoto2";
version = "1.8.3";
version = "1.8.5";
src = fetchPypi {
inherit pname version;
sha256 = "0257f90f0d8342b8bc996ff1b45b2cd3219a29f8123aa21a6da159ee3566e49f";
sha256 = "1jvwq7qjr2iazmwdzkmr82iza7snylpm6x0kr9p0z5mkicg1l38l";
};
nativeBuildInputs = [ pkgconfig ];