* [bug#70294] [PATCH] gnu: embree: Update to 4.3.1.
@ 2024-04-09 0:20 Vinicius Monego
2024-09-07 21:00 ` bug#70294: " John Kehayias via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2024-04-09 0:20 UTC (permalink / raw)
To: 70294; +Cc: Vinicius Monego
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#70294: [PATCH] gnu: embree: Update to 4.3.1.
2024-04-09 0:20 [bug#70294] [PATCH] gnu: embree: Update to 4.3.1 Vinicius Monego
@ 2024-09-07 21:00 ` John Kehayias via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-09-07 21:00 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 70294-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-07 21:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 0:20 [bug#70294] [PATCH] gnu: embree: Update to 4.3.1 Vinicius Monego
2024-09-07 21:00 ` bug#70294: " John Kehayias via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).