pythonPackages.uranium: 4.1.0 -> 4.2.0

This commit is contained in:
Gabriel Ebner 2019-08-08 09:00:05 +02:00
parent c0df1d0b42
commit a6ef0a7188

View file

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