python27Packages.traitsui: 6.1.1 -> 6.1.3
This commit is contained in:
parent
7703cc22fe
commit
8a21b2f556
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "traitsui";
|
pname = "traitsui";
|
||||||
version = "6.1.1";
|
version = "6.1.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "080fq9hag7hvcnsd5c5fn74zjmjl6rjq40r0zwdz2bjlk9049xpi";
|
sha256 = "0kw1xy5ax6l0lzmk7pfzjw6qs0idv78k3118my7cbvw1n5iiff28";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ traits pyface wxPython ];
|
propagatedBuildInputs = [ traits pyface 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/traitsui;
|
homepage = "https://github.com/enthought/traitsui";
|
||||||
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