unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gmsh: Update to 2.16.0
@ 2017-01-31 15:53 Paul Garlick
  2017-01-31 16:56 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Garlick @ 2017-01-31 15:53 UTC (permalink / raw)
  To: guix-devel; +Cc: Paul Garlick

* gnu/packages/maths.scm (gmsh): Update to 2.16.0
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 11b8181..d479472 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1014,14 +1014,14 @@ Open CASCADE library.")
 (define-public gmsh
   (package
     (name "gmsh")
-    (version "2.15.0")
+    (version "2.16.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://gmsh.info/src/gmsh-"
                           version "-source.tgz"))
       (sha256
-       (base32 "02h7fk4vv8qwnq3ymm409c5sp4nksd0m9h2vkxqmy42l0ic4nalr"))
+       (base32 "1slf0bfkwrcgn6296wb4qhbk4ahz6i4wfb10hnim08x05vrylag8"))
       (modules '((guix build utils)))
       (snippet
        ;; Remove non-free METIS code
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-31 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31 15:53 [PATCH] gnu: gmsh: Update to 2.16.0 Paul Garlick
2017-01-31 16:56 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).