about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2018-11-18 21:45:49 +0100
committerGitHub <noreply@github.com>2018-11-18 21:45:49 +0100
commitc2d86dff2d16db090dd3b18e04328910089a9ce9 (patch)
tree3cc5b9397fd692e742d32eaaf7b612548b20e7f7 /pkgs/development
parent6788fd721bd8d401096f69b8877521f3c59c6a39 (diff)
parente96cce66587f5966e2736bbd9290ad322cd9a62f (diff)
downloadnixlib-c2d86dff2d16db090dd3b18e04328910089a9ce9.tar
nixlib-c2d86dff2d16db090dd3b18e04328910089a9ce9.tar.gz
nixlib-c2d86dff2d16db090dd3b18e04328910089a9ce9.tar.bz2
nixlib-c2d86dff2d16db090dd3b18e04328910089a9ce9.tar.lz
nixlib-c2d86dff2d16db090dd3b18e04328910089a9ce9.tar.xz
nixlib-c2d86dff2d16db090dd3b18e04328910089a9ce9.tar.zst
nixlib-c2d86dff2d16db090dd3b18e04328910089a9ce9.zip
Merge pull request #50584 from r-ryantm/auto-update/python3.6-uranium
python36Packages.uranium: 3.4.1 -> 3.5.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 eb2fa2bd042d..3c4d17a4698e 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.4.1";
+  version = "3.5.1";
   pname = "uranium";
   format = "other";
 
@@ -10,7 +10,7 @@ buildPythonPackage rec {
     owner = "Ultimaker";
     repo = "Uranium";
     rev = version;
-    sha256 = "1r6d65c9xfkn608k6wv3dprpks5h8g2v9mi4a67ifpzyw4y3f0rk";
+    sha256 = "1qfci5pl4yhirkkck1rm4i766j8gi56p81mfc6vgbdnhchcjyhy9";
   };
 
   disabled = pythonOlder "3.5.0";