python27Packages.pyface: 6.1.1 -> 6.1.2
This commit is contained in:
parent
8a21b2f556
commit
338639e729
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyface";
|
pname = "pyface";
|
||||||
version = "6.1.1";
|
version = "6.1.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1q5rihmhcdyyp44p31f5l4a0mc9m3293rvcnma5p8w0v8j7dbrm7";
|
sha256 = "1g2g3za64rfffbivlihbf5njrqbv63ln62rv9d8fi1gcrgaw6akw";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ setuptools six traits wxPython ];
|
propagatedBuildInputs = [ setuptools six traits wxPython ];
|
||||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Traits-capable windowing framework";
|
description = "Traits-capable windowing framework";
|
||||||
homepage = https://github.com/enthought/pyface;
|
homepage = "https://github.com/enthought/pyface";
|
||||||
maintainers = with stdenv.lib.maintainers; [ knedlsepp ];
|
maintainers = with stdenv.lib.maintainers; [ knedlsepp ];
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user