gnu: gmsh: Update to 2.14.1
* gnu/packages/maths.scm (gmsh): Update to 2.14.1. [source]: Use new uri. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									1b35fea19f
								
							
						
					
					
						commit
						1c79e0861a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -949,14 +949,14 @@ script files.")
 | 
			
		|||
(define-public gmsh
 | 
			
		||||
  (package
 | 
			
		||||
    (name "gmsh")
 | 
			
		||||
    (version "2.11.0")
 | 
			
		||||
    (version "2.14.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
      (method url-fetch)
 | 
			
		||||
      (uri (string-append "http://www.geuz.org/gmsh/src/gmsh-"
 | 
			
		||||
      (uri (string-append "http://gmsh.info/src/gmsh-"
 | 
			
		||||
                          version "-source.tgz"))
 | 
			
		||||
      (sha256
 | 
			
		||||
       (base32 "1ilplibvjgf7a905grpnclrvkmqy9fgrpl7xyp3w4yl1qc682v9b"))
 | 
			
		||||
       (base32 "1vsxp47j6srmy8kqb3p1z9pmlm42whhhz7r0vzpa2a86gga4zx17"))
 | 
			
		||||
      (modules '((guix build utils)))
 | 
			
		||||
      (snippet
 | 
			
		||||
       ;; Remove non-free METIS code
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue