GNU bug report logs - #70294
[PATCH] gnu: embree: Update to 4.3.1.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Tue, 9 Apr 2024 00:22:04 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

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: John Kehayias <john.kehayias <at> protonmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70294: closed ([PATCH] gnu: embree: Update to 4.3.1.)
Date: Sat, 07 Sep 2024 21:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Sep 2024 21:00:45 +0000
with message-id <877cbn9o1z.fsf <at> protonmail.com>
and subject line Re: [bug#70294] [PATCH] gnu: embree: Update to 4.3.1.
has caused the debbugs.gnu.org bug report #70294,
regarding [PATCH] gnu: embree: Update to 4.3.1.
to be marked as done.

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


-- 
70294: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70294
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: embree: Update to 4.3.1.
Date: Tue,  9 Apr 2024 00:20:34 +0000
* gnu/packages/graphics.scm (embree): Update to 4.3.1.

Change-Id: I48c76434b6689c8c0d0ca4d9d3db3bf582bb95a6
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index a63629823a..bc8634710a 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -433,7 +433,7 @@ (define-public autotrace
 (define-public embree
   (package
     (name "embree")
-    (version "3.13.5")
+    (version "4.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -442,7 +442,7 @@ (define-public embree
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kcvz7g6j56anv9zjyd3gidxl46vipw0gg82lns12m45cd43iwxm"))))
+                "13hiswbrnnr68jj74dbp65plispwlrnigp4rv8n4x7y38s9ya0w1"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests (apparently)

base-commit: 12fd64c9f952189d82a8a6ba91f2178c479eb890
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: John Kehayias <john.kehayias <at> protonmail.com>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 70294-done <at> debbugs.gnu.org
Subject: Re: [bug#70294] [PATCH] gnu: embree: Update to 4.3.1.
Date: Sat, 07 Sep 2024 21:00:45 +0000
Hello,

On Tue, Apr 09, 2024 at 12:20 AM, Vinicius Monego wrote:

> * gnu/packages/graphics.scm (embree): Update to 4.3.1.
>

Sorry, I did not see this at the time and I just updated embree to the
latest version (4.3.3) with commit
31a55a652f8e4856fd66b47377e214b7d20b4f61.

Thank you though!

John

> Change-Id: I48c76434b6689c8c0d0ca4d9d3db3bf582bb95a6
> ---
>  gnu/packages/graphics.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
> index a63629823a..bc8634710a 100644
> --- a/gnu/packages/graphics.scm
> +++ b/gnu/packages/graphics.scm
> @@ -433,7 +433,7 @@ (define-public autotrace
>  (define-public embree
>    (package
>      (name "embree")
> -    (version "3.13.5")
> +    (version "4.3.1")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -442,7 +442,7 @@ (define-public embree
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1kcvz7g6j56anv9zjyd3gidxl46vipw0gg82lns12m45cd43iwxm"))))
> +                "13hiswbrnnr68jj74dbp65plispwlrnigp4rv8n4x7y38s9ya0w1"))))
>      (build-system cmake-build-system)
>      (arguments
>       `(#:tests? #f ; no tests (apparently)
>
> base-commit: 12fd64c9f952189d82a8a6ba91f2178c479eb890



This bug report was last modified 334 days ago.

Previous Next


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