diff options
author | Z572 <873216071@qq.com> | 2022-03-13 20:20:59 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-03-19 23:21:51 +0100 |
commit | c51961b61f0142e8815be2c4137f907b6d889c26 (patch) | |
tree | e47e2c093d298e1cfe187376f8ea41d7e17a0847 | |
parent | 2b315fe020ab47acb0835aa6395d3e31d43756b2 (diff) | |
download | guix-c51961b61f0142e8815be2c4137f907b6d889c26.tar.gz |
gnu: assimp: Update to 5.2.2.
Message-Id: <ccbfd879e41c5c0bbeee965c363e48b08b7750d0.1647174270.git.873216071@qq.com> From: Z572 <873216071@qq.com> Date: Sun, 13 Mar 2022 20:19:48 +0800 Subject: [PATCH] gnu: assimp: Update to 5.2.2. * gnu/packages/graphics.scm (assimp): Update to 5.2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/graphics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 317687c701..2cc75d57cf 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com> +;;; Copyright © 2022 Zheng Junjie <873216071@qq.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -555,7 +556,7 @@ and export to various formats including the format used by Magicavoxel.") (define-public assimp (package (name "assimp") - (version "4.1.0") + (version "5.2.2") (source (origin (method git-fetch) (uri (git-reference @@ -564,7 +565,7 @@ and export to various formats including the format used by Magicavoxel.") (file-name (git-file-name name version)) (sha256 (base32 - "1rhyqfhzifdj7yibyanph3rh13ykw3i98dnn8mz65j780472hw28")))) + "1kjifakjnpm89410pw27wq21fn975gfq46kn9zs3h8bryldvvlgk")))) (build-system cmake-build-system) (inputs (list zlib)) |