* [PATCH] gnu: glew: Update to 2.0.0.
@ 2016-09-08 21:03 ng0
2016-09-10 18:43 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-09-08 21:03 UTC (permalink / raw)
To: guix-devel
* gnu/packages/gl.scm (glew): Update to 2.0.0.
---
gnu/packages/gl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1473b44..1aa1201 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -357,14 +357,14 @@ glxgears, glxheads, and glxinfo.")
(define-public glew
(package
(name "glew")
- (version "1.11.0")
+ (version "2.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/glew/glew/" version
"/glew-" version ".tgz"))
(sha256
(base32
- "1mhkllxz49l1x680dmzrv2i82qjrq017sykah3xc90f2d8qcxfv9"))
+ "0r37fg2s1f0jrvwh6c8cz5x6v4wqmhq42qm15cs9qs349q5c6wn5"))
(modules '((guix build utils)))
(snippet
'(substitute* "config/Makefile.linux"
--
2.10.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: glew: Update to 2.0.0.
2016-09-08 21:03 [PATCH] gnu: glew: Update to 2.0.0 ng0
@ 2016-09-10 18:43 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-09-10 18:43 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
On Thu, Sep 08, 2016 at 09:03:47PM +0000, ng0 wrote:
> * gnu/packages/gl.scm (glew): Update to 2.0.0.
Thanks! Supertux worked with this change, so I pushed as 766c1488cc.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-10 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 21:03 [PATCH] gnu: glew: Update to 2.0.0 ng0
2016-09-10 18:43 ` Leo Famulari
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.