all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54373] [PATCH] gnu: assimp: Update to 5.2.2.
@ 2022-03-13 12:20 ` Z572 via Guix-patches via
  2022-03-19 22:40   ` bug#54373: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2022-03-13 12:20 UTC (permalink / raw)
  To: 54373

[-- Attachment #1: 0001-gnu-assimp-Update-to-5.2.2.patch --]
[-- Type: text/x-patch, Size: 1555 bytes --]

From ccbfd879e41c5c0bbeee965c363e48b08b7750d0 Mon Sep 17 00:00:00 2001
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.
---
 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 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 @@ (define-public goxel
 (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 @@ (define-public assimp
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rhyqfhzifdj7yibyanph3rh13ykw3i98dnn8mz65j780472hw28"))))
+                "1kjifakjnpm89410pw27wq21fn975gfq46kn9zs3h8bryldvvlgk"))))
     (build-system cmake-build-system)
     (inputs
      (list zlib))
-- 
2.34.0


[-- Attachment #2: Type: text/plain, Size: 10 bytes --]


-- 
over

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54373: [PATCH] gnu: assimp: Update to 5.2.2.
  2022-03-13 12:20 ` Z572 via Guix-patches via
@ 2022-03-19 22:40   ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-19 22:40 UTC (permalink / raw)
  To: Z572; +Cc: 54373-done

Hi,

Z572 <873216071@qq.com> skribis:

>>From ccbfd879e41c5c0bbeee965c363e48b08b7750d0 Mon Sep 17 00:00:00 2001
> 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.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-19 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 12:20 [bug#54373] [PATCH] gnu: assimp: Update to 5.2.2 Z572 via Guix-patches via
2022-03-13 12:20 ` Z572 via Guix-patches via
2022-03-19 22:40   ` bug#54373: " 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.