mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python27Packages.gphoto2: 2.0.0 -> 2.1.0
This commit is contained in:
parent
e893358693
commit
9244aaab1f
@ -4,11 +4,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "gphoto2";
|
||||
version = "2.0.0";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "01vcbjsy5zpfd9rzshk2d6150vhb66m5n420j0wd0k0i0p74ya98";
|
||||
sha256 = "1fdmlyy3lbc6ggfn60fjizaz5icxd676y7gz9nzfy3l4id7mfyk4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python interface to libgphoto2";
|
||||
homepage = https://github.com/jim-easterbrook/python-gphoto2;
|
||||
homepage = "https://github.com/jim-easterbrook/python-gphoto2";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ jfrankenau ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user