python3Packages.uranium: 4.7.1 -> 4.9.0

+2 -2
+2 -2
pkgs/development/python-modules/uranium/default.nix
··· 2 , pyqt5, numpy, scipy, shapely, libarcus, cryptography, doxygen, gettext, pythonOlder }: 3 4 buildPythonPackage rec { 5 - version = "4.7.1"; 6 pname = "uranium"; 7 format = "other"; 8 ··· 10 owner = "Ultimaker"; 11 repo = "Uranium"; 12 rev = version; 13 - sha256 = "1h5d3scy3cnbyhh0pbavflpqklhn2lbp7hl193rc5gx8yzr3mqbh"; 14 }; 15 16 disabled = pythonOlder "3.5.0";
··· 2 , pyqt5, numpy, scipy, shapely, libarcus, cryptography, doxygen, gettext, pythonOlder }: 3 4 buildPythonPackage rec { 5 + version = "4.9.0"; 6 pname = "uranium"; 7 format = "other"; 8 ··· 10 owner = "Ultimaker"; 11 repo = "Uranium"; 12 rev = version; 13 + sha256 = "0bqrc4g4pd7b209swlv06bm5sx7df96h9kjpqpra4mfz469km4nn"; 14 }; 15 16 disabled = pythonOlder "3.5.0";