emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53832: closed ([PATCH] gnu: blender: Update to 3.0.1.)


From: GNU bug Tracking System
Subject: bug#53832: closed ([PATCH] gnu: blender: Update to 3.0.1.)
Date: Wed, 09 Feb 2022 15:08:03 +0000

Your message dated Wed, 09 Feb 2022 16:06:55 +0100
with message-id <87zgn0ulio.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53832] [PATCH] gnu: blender: Update to 3.0.1.
has caused the debbugs.gnu.org bug report #53832,
regarding [PATCH] gnu: blender: Update to 3.0.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53832: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53832
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: blender: Update to 3.0.1. Date: Mon, 7 Feb 2022 00:44:42 +0100
* gnu/packages/graphics.scm (blender): Update to 3.0.1.
---
 gnu/packages/graphics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index cc56d9d319..55a2ca6396 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2021 Andy Tai <atai@atai.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -410,14 +411,14 @@ (define-public openvdb
 (define-public blender
   (package
     (name "blender")
-    (version "3.0.0")
+    (version "3.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.blender.org/source/";
                                   "blender-" version ".tar.xz"))
               (sha256
                (base32
-                "1jzirg60c2lhln78a7phbsk2ssvcdqxqb3awp895m0pqrlmz7w2h"))))
+                "0hblgls5pclqamsxk0vb14f4fm30hdiq7fb2bm5mq2ly4sb0mfqr"))))
     (build-system cmake-build-system)
     (arguments
       (let ((python-version (version-major+minor (package-version python))))
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53832] [PATCH] gnu: blender: Update to 3.0.1. Date: Wed, 09 Feb 2022 16:06:55 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/graphics.scm (blender): Update to 3.0.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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