cura: 4.4.0 -> 4.5.0

This commit is contained in:
Herman Fries
2020-03-09 23:45:37 +01:00
committed by Jon
parent 4398ab0580
commit f27a51e36f
5 changed files with 13 additions and 13 deletions

View File

@@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "libarcus";
version = "4.4.0";
version = "4.5.0";
format = "other";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "libArcus";
rev = version;
sha256 = "16m7m6ak5fqw3djn4azwiamkizcc1dv7brv11kv99n3b43zzgn6d";
sha256 = "1sfy8skvgw6hiihs9jmfn7a13yappqwffir98pahyg7cim7p55kr";
};
disabled = pythonOlder "3.4.0";