diff options
author | Leo Famulari <leo@famulari.name> | 2020-11-15 15:09:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-11-15 17:56:18 -0500 |
commit | 29c66198f343219f24a8b18fb1522fbc427f96f1 (patch) | |
tree | d209c373244c9ff086aea49703b37d1fb3a0f62a /gnu | |
parent | 66a087d5d3dc86d31f99a40b9f5f4faf2e57dfb3 (diff) |
gnu: Blender: Update to 2.83.9.
* gnu/packages/graphics.scm (blender): Update to 2.83.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 3603a7ea77..dbf89e3894 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -431,14 +431,14 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.") (define-public blender (package (name "blender") - (version "2.83.5") + (version "2.83.9") (source (origin (method url-fetch) (uri (string-append "https://download.blender.org/source/" "blender-" version ".tar.xz")) (sha256 (base32 - "0xyawly00a59hfdb6b7va84k5fhcv2mxnzd77vs22bzi9y7sap43")))) + "106w9vi6z0gi2nbr73g8pm40w3wn7dkjcibzvvzbc786yrnzvkhb")))) (build-system cmake-build-system) (arguments (let ((python-version (version-major+minor (package-version python)))) |