gnu: gmp: Update to 6.2.0.
* gnu/packages/multiprecision.scm (gmp): Update to 6.2.0.
This commit is contained in:
		
							parent
							
								
									2a65cd8c05
								
							
						
					
					
						commit
						76feb6e74b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@
 | 
				
			||||||
(define-public gmp
 | 
					(define-public gmp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "gmp")
 | 
					   (name "gmp")
 | 
				
			||||||
   (version "6.1.2")
 | 
					   (version "6.2.0")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri
 | 
					            (uri
 | 
				
			||||||
| 
						 | 
					@ -45,7 +45,7 @@
 | 
				
			||||||
                            version ".tar.xz"))
 | 
					                            version ".tar.xz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "04hrwahdxyqdik559604r7wrj9ffklwvipgfxgj4ys4skbl6bdc7"))
 | 
					              "09hmg8k63mbfrx1x3yy6y1yzbbq85kw5avbibhcgrg9z3ganr3i5"))
 | 
				
			||||||
            (patches (search-patches "gmp-faulty-test.patch"))))
 | 
					            (patches (search-patches "gmp-faulty-test.patch"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (native-inputs `(("m4" ,m4)))
 | 
					   (native-inputs `(("m4" ,m4)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue