python3Packages.uranium: 4.9.0 -> 4.10.0

This commit is contained in:
Gabriel Ebner 2021-07-04 10:07:19 +02:00
parent 55bfa33044
commit 5facfea9ff

View file

@ -2,7 +2,7 @@
, pyqt5, numpy, scipy, shapely, libarcus, cryptography, doxygen, gettext, pythonOlder }:
buildPythonPackage rec {
version = "4.9.0";
version = "4.10.0";
pname = "uranium";
format = "other";
@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "Ultimaker";
repo = "Uranium";
rev = version;
sha256 = "0bqrc4g4pd7b209swlv06bm5sx7df96h9kjpqpra4mfz469km4nn";
sha256 = "0bxbkqc4ajs52vmalmhvvqvl1aw2ss6yf7nclwx8nc2g5vchd4ng";
};
disabled = pythonOlder "3.5.0";