summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-10-26 23:06:46 -0400
committerLeo Famulari <leo@famulari.name>2016-10-27 00:30:47 -0400
commit9045c086dff3ea931ff5e804a2d204670e9ef046 (patch)
tree41666c3ab91af45e19b00b58794851c59b801dcd /gnu/packages/graphics.scm
parentfad8bf977d5443ac9ce9ac29a7a700f2c6170d40 (diff)
downloadpatches-9045c086dff3ea931ff5e804a2d204670e9ef046.tar
patches-9045c086dff3ea931ff5e804a2d204670e9ef046.tar.gz
gnu: blender: Update to 2.78a.
* gnu/packages/graphics.scm (blender): Update to 2.78a.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 64953414ed..b552857079 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -66,14 +66,14 @@
(define-public blender
(package
(name "blender")
- (version "2.76b")
+ (version "2.78a")
(source (origin
(method url-fetch)
(uri (string-append "http://download.blender.org/source/"
"blender-" version ".tar.gz"))
(sha256
(base32
- "0pb0mlj4vj0iir528ifqq67nsh3ca1942933d9cwlbpcja2jm1dx"))))
+ "1byf1klrvm8fdw2libx7wldz2i6lblp9nih6y58ydh00paqi8jh1"))))
(build-system cmake-build-system)
(arguments
`(;; Test files are very large and not included in the release tarball.