guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: blender: Update to 2.79.


From: Efraim Flashner
Subject: 01/01: gnu: blender: Update to 2.79.
Date: Sun, 17 Sep 2017 23:36:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9a6f5bbc0f9b52103f35ef246fb2e1d8038f31ff
Author: Efraim Flashner <address@hidden>
Date:   Mon Sep 18 06:36:04 2017 +0300

    gnu: blender: Update to 2.79.
    
    * gnu/packages/graphics.scm (blender): Update to 2.79.
    [source]: Use https.
    [home-page]: Same.
---
 gnu/packages/graphics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index e9dc6d5..2a52c4c 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -72,14 +72,14 @@
 (define-public blender
   (package
     (name "blender")
-    (version "2.78a")
+    (version "2.79")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://download.blender.org/source/";
+              (uri (string-append "https://download.blender.org/source/";
                                   "blender-" version ".tar.gz"))
               (sha256
                (base32
-                "1byf1klrvm8fdw2libx7wldz2i6lblp9nih6y58ydh00paqi8jh1"))))
+                "16f84mdzkmwjmqahjj64kbyk4kagdj4mcr8qjazs1952d7kh7pm9"))))
     (build-system cmake-build-system)
     (arguments
      `(;; Test files are very large and not included in the release tarball.
@@ -136,7 +136,7 @@
        ("openal" ,openal)
        ("python" ,python-wrapper)
        ("zlib" ,zlib)))
-    (home-page "http://blender.org/";)
+    (home-page "https://blender.org/";)
     (synopsis "3D graphics creation suite")
     (description
      "Blender is a 3D graphics creation suite.  It supports the entirety of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]