Merge pull request #60717 from r-ryantm/auto-update/python3.7-gphoto2

python37Packages.gphoto2: 1.9.0 -> 2.0.0
This commit is contained in:
Mario Rodas 2019-05-19 23:40:55 -05:00 committed by GitHub
commit 10e77ee9bf
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.9.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "9c8e0c3ca22c0a2bfd0f27d24be6e4da5fe315d39d51f5af7bb5da416dbfa4b7";
sha256 = "01vcbjsy5zpfd9rzshk2d6150vhb66m5n420j0wd0k0i0p74ya98";
};
nativeBuildInputs = [ pkgconfig ];