python3Packages.gphoto2: 2.5.1 -> 2.6.0

This commit is contained in:
R. Ryantm 2025-06-02 23:09:18 +00:00
parent 3603bcb66c
commit 026b7627e6

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "gphoto2";
version = "2.5.1";
version = "2.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Jgh7ff+iUaeNQtBsXw2Jm+2gj1ctvrY3oahGrbxx3uE=";
hash = "sha256-hev0a6RTC5dhXSXQMAgeLsjDzXmsU1GHOrsDpkn0MTI=";
};
nativeBuildInputs = [