gnu: mpfr: Update to 4.1.0.
* gnu/packages/multiprecision.scm (mpfr): Update to 4.1.0.
This commit is contained in:
		
							parent
							
								
									94a6127fb9
								
							
						
					
					
						commit
						5b3ac39bf8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -113,13 +113,13 @@ It is aimed at use in, for example, cryptography and computational algebra.") | ||||||
| (define-public mpfr | (define-public mpfr | ||||||
|   (package |   (package | ||||||
|    (name "mpfr") |    (name "mpfr") | ||||||
|    (version "4.0.2") |    (version "4.1.0") | ||||||
|    (source (origin |    (source (origin | ||||||
|             (method url-fetch) |             (method url-fetch) | ||||||
|             (uri (string-append "mirror://gnu/mpfr/mpfr-" version |             (uri (string-append "mirror://gnu/mpfr/mpfr-" version | ||||||
|                                 ".tar.xz")) |                                 ".tar.xz")) | ||||||
|             (sha256 (base32 |             (sha256 (base32 | ||||||
|                      "12m3amcavhpqygc499s3fzqlb8f2j2rr7fkqsm10xbjfc04fffqx")))) |                      "0zwaanakrqjf84lfr5hfsdr7hncwv9wj0mchlr7cmxigfgqs760c")))) | ||||||
|    (build-system gnu-build-system) |    (build-system gnu-build-system) | ||||||
|    (outputs '("out" "debug")) |    (outputs '("out" "debug")) | ||||||
|    (propagated-inputs `(("gmp" ,gmp)))            ; <mpfr.h> refers to <gmp.h> |    (propagated-inputs `(("gmp" ,gmp)))            ; <mpfr.h> refers to <gmp.h> | ||||||
|  |  | ||||||
		Reference in a new issue