pythonPackages.libarcus: 3.6.0 -> 4.0.0

This commit is contained in:
Gabriel Ebner 2019-04-04 09:52:04 +02:00
parent c124b815ea
commit 1233e3a388

View file

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "libarcus";
version = "3.6.0";
version = "4.0.0";
format = "other";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "libArcus";
rev = version;
sha256 = "1zbp6axai47k3p2q497wiajls1h17wss143zynbwbwrqinsfiw43";
sha256 = "14c62bsc2cynhaajpdidcqpq2vqwshrdkqyzwvpsjjbfmlx3b1ay";
};
disabled = pythonOlder "3.4.0";