diff options
author | Leo Famulari <leo@famulari.name> | 2018-04-18 17:15:41 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-04-18 17:41:35 -0400 |
commit | 16a8cb9b43e5ae827522b7571d1eeb3f1d906333 (patch) | |
tree | 3c8645b73463034ea023e2dbbde02bb700cef76f | |
parent | 4a146957e7c43037da0c7ec76a6477257a564f35 (diff) |
gnu: blender: Update to 2.79b.
* gnu/packages/graphics.scm (blender): Update to 2.79b.
-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 d2f1b3b0b8..fe717d0c20 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -79,14 +79,14 @@ (define-public blender (package (name "blender") - (version "2.79") + (version "2.79b") (source (origin (method url-fetch) (uri (string-append "https://download.blender.org/source/" "blender-" version ".tar.gz")) (sha256 (base32 - "16f84mdzkmwjmqahjj64kbyk4kagdj4mcr8qjazs1952d7kh7pm9")))) + "1g4kcdqmf67srzhi3hkdnr4z1ph4h9sza1pahz38mrj998q4r52c")))) (build-system cmake-build-system) (arguments (let ((python-version (version-major+minor (package-version python)))) |