about summary refs log tree commit diff
path: root/pkgs/development/python-modules/libsavitar
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-12-13 15:40:41 +0100
committerFelix Buehler <account@buehler.rocks>2021-12-14 16:22:07 +0100
commit9812836f38e06b445e542f89fa4eba6fa96910b2 (patch)
tree7c4223821f12e81a8518329337a5e8f8513ca4bb /pkgs/development/python-modules/libsavitar
parent7488432e5713df5c4ca63f0be556e34e41c61fc6 (diff)
{cura,curaengine}: 4.10.0 -> 4.12.1,
{libnest2d,libarcus,libsavitar,pynest2d,uranium}: 4.10.0 -> 4.12.0
Diffstat (limited to 'pkgs/development/python-modules/libsavitar')
-rw-r--r--pkgs/development/python-modules/libsavitar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/libsavitar/default.nix b/pkgs/development/python-modules/libsavitar/default.nix
index e82400b565fdd..588ebfcd1e957 100644
--- a/pkgs/development/python-modules/libsavitar/default.nix
+++ b/pkgs/development/python-modules/libsavitar/default.nix
@@ -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 = ''