gnu: postgresql: Update to 9.5.1.
* gnu/packages/databases.scm (postgresql): Update to 9.5.1.
This commit is contained in:
		
							parent
							
								
									0eccd29806
								
							
						
					
					
						commit
						2a37ff2e67
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -274,14 +274,14 @@ as a drop-in replacement of MySQL.") | |||
| (define-public postgresql | ||||
|   (package | ||||
|     (name "postgresql") | ||||
|     (version "9.3.11") | ||||
|     (version "9.5.1") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "http://ftp.postgresql.org/pub/source/v" | ||||
|                                   version "/postgresql-" version ".tar.bz2")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "08ba951nfiy516flaw352shj1zslxg4ryx3w5k0adls1r682l8ix")))) | ||||
|                 "1ljvijaja5zy4i5b1450drbj8m3fcm3ly1zzaakp75x30s2rsc3b")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (inputs | ||||
|      `(("readline" ,readline) | ||||
|  |  | |||
		Reference in a new issue