about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJohannes Frankenau <johannes@frankenau.net>2018-07-14 22:53:29 +0200
committerJohannes Frankenau <johannes@frankenau.net>2018-07-14 22:53:29 +0200
commit14abd80d1f41184b28f2bacc30e319892fa71cc7 (patch)
tree28111826723729b5cabff4bf1ed78ef3153c66e9 /pkgs/development
parent3bedaf24f851220159e6206233694b374a9cc4c4 (diff)
downloadnixlib-14abd80d1f41184b28f2bacc30e319892fa71cc7.tar
nixlib-14abd80d1f41184b28f2bacc30e319892fa71cc7.tar.gz
nixlib-14abd80d1f41184b28f2bacc30e319892fa71cc7.tar.bz2
nixlib-14abd80d1f41184b28f2bacc30e319892fa71cc7.tar.lz
nixlib-14abd80d1f41184b28f2bacc30e319892fa71cc7.tar.xz
nixlib-14abd80d1f41184b28f2bacc30e319892fa71cc7.tar.zst
nixlib-14abd80d1f41184b28f2bacc30e319892fa71cc7.zip
python.pkgs.uranium: 3.3.0 -> 3.4.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/uranium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/uranium/default.nix b/pkgs/development/python-modules/uranium/default.nix
index 7be8f01f23c8..276ed481601c 100644
--- a/pkgs/development/python-modules/uranium/default.nix
+++ b/pkgs/development/python-modules/uranium/default.nix
@@ -2,7 +2,7 @@
 , pyqt5, numpy, scipy, libarcus, doxygen, gettext, pythonOlder }:
 
 buildPythonPackage rec {
-  version = "3.3.0";
+  version = "3.4.1";
   pname = "uranium";
   format = "other";
 
@@ -10,7 +10,7 @@ buildPythonPackage rec {
     owner = "Ultimaker";
     repo = "Uranium";
     rev = version;
-    sha256 = "1rg0l2blndnbdfcgkjc2r29cnjdm009rz8lnc225ilh9d7w1srbb";
+    sha256 = "1r6d65c9xfkn608k6wv3dprpks5h8g2v9mi4a67ifpzyw4y3f0rk";
   };
 
   disabled = pythonOlder "3.5.0";