From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 74037@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#74037] [PATCH 2/2] gnu: Remove assimp-5.0.
Date: Sun, 27 Oct 2024 00:46:08 +0200 [thread overview]
Message-ID: <20241026224613.32655-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20241026224613.32655-1-ngraves@ngraves.fr>
This package is outdated, not used anymore in Guix and has a CVE.
* gnu/packages/graphics.scm (assimp-5.0): Delete variable.
---
gnu/packages/graphics.scm | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index c12516383b..8686cac7f7 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -688,20 +688,6 @@ (define-public assimp
more.")
(license license:bsd-3)))
-(define-public assimp-5.0
- (package
- (inherit assimp)
- (version "5.0.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/assimp/assimp")
- (commit (string-append "v" version))))
- (file-name (git-file-name "assimp" version))
- (sha256
- (base32
- "1w2484lg823bql7lpfq84vnsfsnag5v65qrbphslj866z9ia68l7"))))))
-
(define-public mikktspace
;; The latest commit is used as there is no release.
(let ((commit "3e895b49d05ea07e4c2133156cfa94369e19e409")
--
2.46.0
next prev parent reply other threads:[~2024-10-26 23:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-26 22:35 [bug#74037] [PATCH 0/2] Remove outdated assimp-5.0 package Nicolas Graves via Guix-patches via
2024-10-26 22:46 ` [bug#74037] [PATCH 1/2] gnu: sbcl-classimp: Update to 0.0.0-1.6c74f38 Nicolas Graves via Guix-patches via
2024-10-26 22:46 ` Nicolas Graves via Guix-patches via [this message]
2024-10-28 8:50 ` bug#74037: Close Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241026224613.32655-2-ngraves@ngraves.fr \
--to=guix-patches@gnu.org \
--cc=74037@debbugs.gnu.org \
--cc=ngraves@ngraves.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.