Archived
1
0
Fork 0

gnu: pgloader: Update to 3.6.9.

* gnu/packages/databases.scm (pgloader): Update to 3.6.9.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-23 02:00:01 +02:00
parent 068f1a1905
commit d03bd43f46
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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