gnu: postgresql-11: Update to 11.13.
* gnu/packages/databases.scm (postgresql-11): Update to 11.13.
This commit is contained in:
		
							parent
							
								
									5795fbbd0f
								
							
						
					
					
						commit
						3a58a0ed6a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1112,14 +1112,14 @@ pictures, sounds, or video.")
 | 
			
		|||
  (package
 | 
			
		||||
    (inherit postgresql-13)
 | 
			
		||||
    (name "postgresql")
 | 
			
		||||
    (version "11.12")
 | 
			
		||||
    (version "11.13")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (inherit (package-source postgresql-13))
 | 
			
		||||
              (uri (string-append "https://ftp.postgresql.org/pub/source/v"
 | 
			
		||||
                                  version "/postgresql-" version ".tar.bz2"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7"))))))
 | 
			
		||||
                "0j5wnscnxa3sx8d39s55654df8aikmvkihfb0a02hrgmyygnihx0"))))))
 | 
			
		||||
 | 
			
		||||
(define-public postgresql-10
 | 
			
		||||
  (package
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue