gnu: Remove openimageio@1.7.

* gnu/packages/graphics.scm (openimageio-1.7): Remove variable.
This commit is contained in:
Marius Bakke 2020-05-11 23:42:47 +02:00
parent 9bfe94d71c
commit 91be384d2e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 16 deletions

View File

@ -482,22 +482,6 @@ visual effects work for film.")
(home-page "https://www.openimageio.org")
(license license:bsd-3)))
;; This older version of OpenImageIO is required for Blender 2.79.
(define-public openimageio-1.7
(package
(inherit openimageio)
(name "openimageio")
(version "1.7.19")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/OpenImageIO/oiio.git")
(commit (string-append "Release-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0yxxy43l3lllw7maqg42dlkgqms2d4772sxzxk7kmxg4lnhsvndc"))))))
(define-public openscenegraph
(package
(name "openscenegraph")