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 { buildPythonPackage rec {
pname = "gphoto2"; pname = "gphoto2";
version = "2.5.1"; version = "2.6.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Jgh7ff+iUaeNQtBsXw2Jm+2gj1ctvrY3oahGrbxx3uE="; hash = "sha256-hev0a6RTC5dhXSXQMAgeLsjDzXmsU1GHOrsDpkn0MTI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [