[PATCH] gnu: embree: Update to 4.3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • Vinicius Monego
Owner
unassigned
Submitted by
Vinicius Monego
Severity
normal

Debbugs page

V
V
Vinicius Monego wrote on 8 Apr 17:20 -0700
(address . guix-patches@gnu.org)(name . Vinicius Monego)(address . monego@posteo.net)
929b329ab0fa0f51ddaef72a2268856a8459edae.1712583191.git.monego@posteo.net
* 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(-)

Toggle diff (26 lines)
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
J
J
John Kehayias wrote 7 hours ago
(name . Vinicius Monego)(address . monego@posteo.net)(address . 70294-done@debbugs.gnu.org)
877cbn9o1z.fsf@protonmail.com
Hello,

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

Toggle quote (3 lines)
> * 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

Toggle quote (29 lines)
> 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
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 70294@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70294
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch