about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-12-27 02:16:32 +0000
committerOrivej Desh <orivej@gmx.fr>2018-12-27 02:18:31 +0000
commitab95c92349a8092ac98b7ec79b32b5e1e0355145 (patch)
tree846a5093779b41ffe52a5f207bf2ee370a5ab38f
parentcbdaa29c3e169ec69ebd267720781724f1c5e276 (diff)
downloadnixlib-ab95c92349a8092ac98b7ec79b32b5e1e0355145.tar
nixlib-ab95c92349a8092ac98b7ec79b32b5e1e0355145.tar.gz
nixlib-ab95c92349a8092ac98b7ec79b32b5e1e0355145.tar.bz2
nixlib-ab95c92349a8092ac98b7ec79b32b5e1e0355145.tar.lz
nixlib-ab95c92349a8092ac98b7ec79b32b5e1e0355145.tar.xz
nixlib-ab95c92349a8092ac98b7ec79b32b5e1e0355145.tar.zst
nixlib-ab95c92349a8092ac98b7ec79b32b5e1e0355145.zip
python3Packages.libarcus: 3.4.1 -> 3.6.0
-rw-r--r--pkgs/development/python-modules/libarcus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/libarcus/default.nix b/pkgs/development/python-modules/libarcus/default.nix
index fc58c6ca6a1d..8d0bf2b7b17e 100644
--- a/pkgs/development/python-modules/libarcus/default.nix
+++ b/pkgs/development/python-modules/libarcus/default.nix
@@ -3,14 +3,14 @@
 
 buildPythonPackage rec {
   pname = "libarcus";
-  version = "3.4.1";
+  version = "3.6.0";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "Ultimaker";
     repo = "libArcus";
     rev = version;
-    sha256 = "0mln8myvfl7rq2p4g1vadvlykckd8490jijag4xa5hhj3w3p19bk";
+    sha256 = "1zbp6axai47k3p2q497wiajls1h17wss143zynbwbwrqinsfiw43";
   };
 
   disabled = pythonOlder "3.4.0";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "Communication library between internal components for Ultimaker software";
     homepage = https://github.com/Ultimaker/libArcus;
-    license = licenses.agpl3;
+    license = licenses.lgpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ abbradar ];
   };