{cura,curaengine}: 4.10.0 -> 4.12.1,

{libnest2d,libarcus,libsavitar,pynest2d,uranium}: 4.10.0 -> 4.12.0
This commit is contained in:
Felix Buehler
2021-12-13 15:40:41 +01:00
parent 7488432e57
commit 9812836f38
7 changed files with 13 additions and 13 deletions

View File

@@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "libsavitar";
version = "4.10.0";
version = "4.12.0";
format = "other";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "libSavitar";
rev = version;
sha256 = "1zyzsrdm5aazv12h7ga35amfryrbxdsmx3abvh27hixyh9f92fdp";
sha256 = "sha256-MAA1WtGED6lvU6N4BE6wwY1aYaFrCq/gkmQFz3VWqNA=";
};
postPatch = ''