GNU bug report logs - #54373
[PATCH] gnu: assimp: Update to 5.2.2.

Previous Next

Package: guix-patches;

Reported by: Z572 <873216071 <at> qq.com>

Date: Sun, 13 Mar 2022 12:30:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <873216071 <at> qq.com>
Subject: bug#54373: closed (Re: bug#54373: [PATCH] gnu: assimp: Update to
 5.2.2.)
Date: Sat, 19 Mar 2022 22:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54373: [PATCH] gnu: assimp: Update to 5.2.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54373 <at> debbugs.gnu.org.

-- 
54373: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54373
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Z572 <873216071 <at> qq.com>
Cc: 54373-done <at> debbugs.gnu.org
Subject: Re: bug#54373: [PATCH] gnu: assimp: Update to 5.2.2.
Date: Sat, 19 Mar 2022 23:40:42 +0100
Hi,

Z572 <873216071 <at> qq.com> skribis:

>>From ccbfd879e41c5c0bbeee965c363e48b08b7750d0 Mon Sep 17 00:00:00 2001
> Message-Id: <ccbfd879e41c5c0bbeee965c363e48b08b7750d0.1647174270.git.873216071 <at> qq.com>
> From: Z572 <873216071 <at> 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’.

[Message part 3 (message/rfc822, inline)]
From: Z572 <873216071 <at> qq.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: assimp: Update to 5.2.2.
Date: Sun, 13 Mar 2022 20:20:59 +0800
[0001-gnu-assimp-Update-to-5.2.2.patch (text/x-patch, inline)]
From ccbfd879e41c5c0bbeee965c363e48b08b7750d0 Mon Sep 17 00:00:00 2001
Message-Id: <ccbfd879e41c5c0bbeee965c363e48b08b7750d0.1647174270.git.873216071 <at> qq.com>
From: Z572 <873216071 <at> 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 <at> posteo.net>
 ;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2022 John Kehayias <john.kehayias <at> protonmail.com>
+;;; Copyright © 2022 Zheng Junjie <873216071 <at> 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

[Message part 5 (text/plain, inline)]
-- 
over

This bug report was last modified 3 years and 63 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.