python310Packages.gphoto2: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2022-01-23 05:26:28 +00:00
parent e5f7e0e551
commit 9f482d8f8b

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "gphoto2";
version = "2.3.1";
version = "2.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "5affd12421ba75f4c04f5678aef62f78aae2a7ae74aa23614c6f3799d2784b28";
sha256 = "3b1b52ec3004ad6a6927a015b0572878a0a56314caaf1e62b07550e7a2e09465";
};
nativeBuildInputs = [ pkg-config ];