* [bug#59198] [PATCH] gnu: blender: Update to 3.3.1.
@ 2022-11-11 18:35 dan
2022-11-19 18:54 ` bug#59198: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: dan @ 2022-11-11 18:35 UTC (permalink / raw)
To: 59198
* gnu/packages/graphics.scm (blender): Update to 3.3.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 e15a533f5b..8d3d304e18 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -32,6 +32,7 @@
;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com>
;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
+;;; Copyright © 2022 dan <i@dan.games>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -429,14 +430,14 @@ (define-public openvdb
(define-public blender
(package
(name "blender")
- (version "3.0.1")
+ (version "3.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz"))
(sha256
(base32
- "0hblgls5pclqamsxk0vb14f4fm30hdiq7fb2bm5mq2ly4sb0mfqr"))))
+ "1jlc26axbhh97d2j6kfg9brgiq8j412mgmw7p41ah34apzq4inia"))))
(build-system cmake-build-system)
(arguments
(let ((python-version (version-major+minor (package-version python))))
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59198: [PATCH] gnu: blender: Update to 3.3.1.
2022-11-11 18:35 [bug#59198] [PATCH] gnu: blender: Update to 3.3.1 dan
@ 2022-11-19 18:54 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-19 18:54 UTC (permalink / raw)
To: dan; +Cc: 59198-done
Hi,
dan <i@dan.games> skribis:
> * gnu/packages/graphics.scm (blender): Update to 3.3.1.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-19 18:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 18:35 [bug#59198] [PATCH] gnu: blender: Update to 3.3.1 dan
2022-11-19 18:54 ` bug#59198: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.