python38Packages.gphoto2: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2022-01-04 05:54:16 +00:00 committed by Jonathan Ringer
parent badc82146d
commit ed43a01ea7

View File

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