Skip to content

Commit

Permalink
python3Packages.uranium: 4.6.1 -> 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Sep 6, 2020
1 parent 497ff43 commit daa77cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uranium/default.nix
Expand Up @@ -2,15 +2,15 @@
, pyqt5, numpy, scipy, shapely, libarcus, doxygen, gettext, pythonOlder }:

buildPythonPackage rec {
version = "4.6.1";
version = "4.7.1";
pname = "uranium";
format = "other";

src = fetchFromGitHub {
owner = "Ultimaker";
repo = "Uranium";
rev = version;
sha256 = "07pksjbgxs1ks2i6pgxkwfg9c56pcql7f9p89dnwaf2rcn7yhx6r";
sha256 = "1h5d3scy3cnbyhh0pbavflpqklhn2lbp7hl193rc5gx8yzr3mqbh";
};

disabled = pythonOlder "3.5.0";
Expand Down

0 comments on commit daa77cc

Please sign in to comment.