about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-12-27 02:17:24 +0000
committerOrivej Desh <orivej@gmx.fr>2018-12-27 02:18:31 +0000
commitb742250b3115ebd26f3bee2f621b6831931f8cd2 (patch)
tree08eebde9affe568e3e85f4260464e526a327a723
parentab95c92349a8092ac98b7ec79b32b5e1e0355145 (diff)
downloadnixlib-b742250b3115ebd26f3bee2f621b6831931f8cd2.tar
nixlib-b742250b3115ebd26f3bee2f621b6831931f8cd2.tar.gz
nixlib-b742250b3115ebd26f3bee2f621b6831931f8cd2.tar.bz2
nixlib-b742250b3115ebd26f3bee2f621b6831931f8cd2.tar.lz
nixlib-b742250b3115ebd26f3bee2f621b6831931f8cd2.tar.xz
nixlib-b742250b3115ebd26f3bee2f621b6831931f8cd2.tar.zst
nixlib-b742250b3115ebd26f3bee2f621b6831931f8cd2.zip
python3Packages.uranium: 3.5.1 -> 3.6.0
-rw-r--r--pkgs/development/python-modules/uranium/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/uranium/default.nix b/pkgs/development/python-modules/uranium/default.nix
index cee339007846..351279476c8c 100644
--- a/pkgs/development/python-modules/uranium/default.nix
+++ b/pkgs/development/python-modules/uranium/default.nix
@@ -2,7 +2,7 @@
 , pyqt5, numpy, scipy, shapely, libarcus, doxygen, gettext, pythonOlder }:
 
 buildPythonPackage rec {
-  version = "3.5.1";
+  version = "3.6.0";
   pname = "uranium";
   format = "other";
 
@@ -10,7 +10,7 @@ buildPythonPackage rec {
     owner = "Ultimaker";
     repo = "Uranium";
     rev = version;
-    sha256 = "1qfci5pl4yhirkkck1rm4i766j8gi56p81mfc6vgbdnhchcjyhy9";
+    sha256 = "02hid13h8anb9bgv2hhrcdg10bxdxa9hj9pbdv3gw3lpn9r2va98";
   };
 
   disabled = pythonOlder "3.5.0";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "A Python framework for building Desktop applications";
     homepage = https://github.com/Ultimaker/Uranium;
-    license = licenses.agpl3;
+    license = licenses.lgpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ abbradar ];
   };