GNU bug report logs -
#74037
[PATCH 0/2] Remove outdated assimp-5.0 package.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 26 Oct 2024 22:37:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.