python.pkgs.uranium: 2.6.1 -> 3.0.3
This commit is contained in:
parent
6c5184fff7
commit
c3f8fb3cd7
@ -5,7 +5,7 @@ then throw "Uranium not supported for interpreter ${python.executable}"
|
|||||||
else
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.6.1";
|
version = "3.0.3";
|
||||||
pname = "uranium";
|
pname = "uranium";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "Ultimaker";
|
owner = "Ultimaker";
|
||||||
repo = "Uranium";
|
repo = "Uranium";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1682xwxf6xs1d1cfv1s7xnabqv58jjdb6szz8624b3k9rsj5l2yq";
|
sha256 = "1pyzpcdb6kb0basvhgpjdiws8x0bwl71k7nkf3j3s9wk1dvyw824";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python gettext ];
|
buildInputs = [ python gettext ];
|
||||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python framework for building Desktop applications";
|
description = "A Python framework for building Desktop applications";
|
||||||
homepage = https://github.com/Ultimaker/Uranium;
|
homepage = "https://github.com/Ultimaker/Uranium";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user