gnu: nspr: Update to 4.14.
* gnu/packages/gnuzilla.scm (nspr): Update to 4.14.
This commit is contained in:
		
							parent
							
								
									aaac423cc4
								
							
						
					
					
						commit
						84fb4bd907
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -161,7 +161,7 @@ in C/C++.") | |||
| (define-public nspr | ||||
|   (package | ||||
|     (name "nspr") | ||||
|     (version "4.13.1") | ||||
|     (version "4.14") | ||||
|     (source (origin | ||||
|              (method url-fetch) | ||||
|              (uri (string-append | ||||
|  | @ -169,10 +169,10 @@ in C/C++.") | |||
|                    version "/src/nspr-" version ".tar.gz")) | ||||
|              (sha256 | ||||
|               (base32 | ||||
|                "1arkg08l6zlp8v44shqbk2c8qzwd913lgh60fb3yfxls6d8ifk2y")))) | ||||
|                "1m8p9l3prabhfxz6zs889fl7gmcka72a62i46a8klh2pca11iz34")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (native-inputs | ||||
|       `(("perl" ,perl))) | ||||
|      `(("perl" ,perl))) | ||||
|     (arguments | ||||
|      `(#:tests? #f ; no check target | ||||
|        #:configure-flags (list "--enable-64bit" | ||||
|  |  | |||
		Reference in a new issue