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
|
||||
(package
|
||||
(name "pgloader")
|
||||
(version "3.6.4")
|
||||
(version "3.6.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1447,7 +1447,7 @@ PostgreSQL extension, providing automatic partitioning across time and space
|
|||
(url "https://github.com/dimitri/pgloader")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "05lpa0r5l7pvx97ljfb0cryxz11krczbb86gi1i1ixp0h9bvqw2a"))
|
||||
(base32 "03kp3ms2sjz4gwb94xs404mi63fnv1bq00hyqxyvc9csmicxzawn"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Reference in a new issue