gnu: pgloader: Update to 3.6.9.
* gnu/packages/databases.scm (pgloader): Update to 3.6.9.
This commit is contained in:
		
							parent
							
								
									068f1a1905
								
							
						
					
					
						commit
						d03bd43f46
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1439,7 +1439,7 @@ PostgreSQL extension, providing automatic partitioning across time and space
 | 
				
			||||||
(define-public pgloader
 | 
					(define-public pgloader
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "pgloader")
 | 
					    (name "pgloader")
 | 
				
			||||||
    (version "3.6.4")
 | 
					    (version "3.6.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1447,7 +1447,7 @@ PostgreSQL extension, providing automatic partitioning across time and space
 | 
				
			||||||
             (url "https://github.com/dimitri/pgloader")
 | 
					             (url "https://github.com/dimitri/pgloader")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "05lpa0r5l7pvx97ljfb0cryxz11krczbb86gi1i1ixp0h9bvqw2a"))
 | 
					        (base32 "03kp3ms2sjz4gwb94xs404mi63fnv1bq00hyqxyvc9csmicxzawn"))
 | 
				
			||||||
       (file-name (git-file-name name version))))
 | 
					       (file-name (git-file-name name version))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue