Skip to content

Commit daa77cc

Browse files
committed
python3Packages.uranium: 4.6.1 -> 4.7.1
1 parent 497ff43 commit daa77cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/uranium/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
, pyqt5, numpy, scipy, shapely, libarcus, doxygen, gettext, pythonOlder }:
33

44
buildPythonPackage rec {
5-
version = "4.6.1";
5+
version = "4.7.1";
66
pname = "uranium";
77
format = "other";
88

99
src = fetchFromGitHub {
1010
owner = "Ultimaker";
1111
repo = "Uranium";
1212
rev = version;
13-
sha256 = "07pksjbgxs1ks2i6pgxkwfg9c56pcql7f9p89dnwaf2rcn7yhx6r";
13+
sha256 = "1h5d3scy3cnbyhh0pbavflpqklhn2lbp7hl193rc5gx8yzr3mqbh";
1414
};
1515

1616
disabled = pythonOlder "3.5.0";

0 commit comments

Comments
 (0)