Merge pull request #162973 from r-ryantm/auto-update/python3.10-gphoto2

This commit is contained in:
Sandro 2022-03-27 15:08:07 +02:00 committed by GitHub
commit e07b1fb966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "gphoto2";
version = "2.3.2";
version = "2.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "3b1b52ec3004ad6a6927a015b0572878a0a56314caaf1e62b07550e7a2e09465";
sha256 = "sha256-bhHGvUGzXrk7snMzv+R0fd/gnZTFJ3xfse5i2Krpl3I=";
};
nativeBuildInputs = [ pkg-config ];