cura: 4.4.0 -> 4.5.0

This commit is contained in:
Herman Fries
2020-03-09 23:45:37 +01:00
committed by Jon
parent 4398ab0580
commit f27a51e36f
5 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
, pyqt5, numpy, scipy, shapely, libarcus, doxygen, gettext, pythonOlder }:
buildPythonPackage rec {
version = "4.4.0";
version = "4.5.0";
pname = "uranium";
format = "other";
@@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "Ultimaker";
repo = "Uranium";
rev = version;
sha256 = "1hy7lhn48mfrmfx6mbqxzc6bfh9ndnvcwjlsb6a71mw62xg6w7c2";
sha256 = "1l8fwj521irla42bdbw298d3c5rjpn1nm9xhjnx7hidbqixr5d27";
};
disabled = pythonOlder "3.5.0";