about summary refs log tree commit diff
path: root/pkgs/development/python-modules/libarcus
diff options
context:
space:
mode:
authorJohannes Frankenau <johannes@frankenau.net>2018-06-07 11:52:25 +0200
committerJohannes Frankenau <johannes@frankenau.net>2018-06-10 10:17:27 +0200
commit8ec26d8e5c6a8b9ec0babc00c7c667c43405fbc6 (patch)
treec288ce3c0f9f57acb7a302b4e69839f1fad5fce7 /pkgs/development/python-modules/libarcus
parent163c83e901b8f0cfa065d66bd0ef9a9772671988 (diff)
libarcus: 3.2.1 -> 3.3.0
Diffstat (limited to 'pkgs/development/python-modules/libarcus')
-rw-r--r--pkgs/development/python-modules/libarcus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/libarcus/default.nix b/pkgs/development/python-modules/libarcus/default.nix
index d9cc5fb0d9e5c..cf556a790033e 100644
--- a/pkgs/development/python-modules/libarcus/default.nix
+++ b/pkgs/development/python-modules/libarcus/default.nix
@@ -7,7 +7,7 @@ else
 stdenv.mkDerivation rec {
   pname = "libarcus";
   name = "${pname}-${version}";
-  version = "3.2.1";
+  version = "3.3.0";
   
   src = fetchFromGitHub {
     owner = "Ultimaker";
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Communication library between internal components for Ultimaker software";
-    homepage = "https://github.com/Ultimaker/libArcus";
+    homepage = https://github.com/Ultimaker/libArcus;
     license = licenses.agpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ abbradar ];