pythonPackages.uranium: 3.0.3 -> 3.1.0
This commit is contained in:
parent
4c96412189
commit
46a4ea5186
|
@ -5,7 +5,7 @@ then throw "Uranium not supported for interpreter ${python.executable}"
|
||||||
else
|
else
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.0.3";
|
version = "3.1.0";
|
||||||
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 = "1pyzpcdb6kb0basvhgpjdiws8x0bwl71k7nkf3j3s9wk1dvyw824";
|
sha256 = "1wz2nk973g8227r9v6j7gry3m0b0ikirkws8sfhysvgj0vgak9yk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python gettext ];
|
buildInputs = [ python gettext ];
|
||||||
|
|
|
@ -22541,10 +22541,7 @@ EOF
|
||||||
|
|
||||||
twilio = callPackage ../development/python-modules/twilio { };
|
twilio = callPackage ../development/python-modules/twilio { };
|
||||||
|
|
||||||
uranium = callPackage ../development/python-modules/uranium {
|
uranium = callPackage ../development/python-modules/uranium { };
|
||||||
# https://github.com/Ultimaker/Cura/issues/2596
|
|
||||||
pyqt5 = self.pyqt56;
|
|
||||||
};
|
|
||||||
|
|
||||||
vine = callPackage ../development/python-modules/vine { };
|
vine = callPackage ../development/python-modules/vine { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue