about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 04:36:12 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 04:36:12 -0800
commite96cce66587f5966e2736bbd9290ad322cd9a62f (patch)
tree9bb5b1cb878b2863b02fd49ec365c776308fd77a /pkgs/development
parentd208fa53ebb3bc04afaf1feb48abfcbb3cff5492 (diff)
downloadnixlib-e96cce66587f5966e2736bbd9290ad322cd9a62f.tar
nixlib-e96cce66587f5966e2736bbd9290ad322cd9a62f.tar.gz
nixlib-e96cce66587f5966e2736bbd9290ad322cd9a62f.tar.bz2
nixlib-e96cce66587f5966e2736bbd9290ad322cd9a62f.tar.lz
nixlib-e96cce66587f5966e2736bbd9290ad322cd9a62f.tar.xz
nixlib-e96cce66587f5966e2736bbd9290ad322cd9a62f.tar.zst
nixlib-e96cce66587f5966e2736bbd9290ad322cd9a62f.zip
python36Packages.uranium: 3.4.1 -> 3.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-uranium/versions
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";