guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27235: [PATCH] gnu: Add openscenegraph.


From: Alex Kost
Subject: bug#27235: [PATCH] gnu: Add openscenegraph.
Date: Tue, 06 Jun 2017 22:59:05 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

address@hidden (2017-06-04 17:57 +0300) wrote:

> +(define-public openscenegraph
> +  (package
> +    (name "openscenegraph")
> +    (version "3.4.0")
> +    (source (origin
> +       (method url-fetch)
> +       (uri (string-append 
> "http://trac.openscenegraph.org/downloads/developer_releases/";
> +                           "OpenSceneGraph-" version ".zip"))

Isn't this version old?  I see 3.5.6 here:

  https://github.com/openscenegraph/OpenSceneGraph/releases

-- 
Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]