1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

python38Packages.gphoto2: 2.2.4 -> 2.3.0

This commit is contained in:
R. RyanTM 2021-09-29 08:50:15 +00:00
parent a46a8a13de
commit 83002b9ca5

View file

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