Merge pull request #131491 from marsam/update-pglast

python39Packages.pglast: 3.0 -> 3.3
This commit is contained in:
Mario Rodas 2021-07-27 08:50:09 -05:00 committed by GitHub
commit d1d57e50ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pglast";
version = "3.0";
version = "3.3";
# PyPI tarball does not include all the required files
src = fetchFromGitHub {
@ -17,7 +17,7 @@ buildPythonPackage rec {
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "0yi24wj19rzw5dvppm8g3hnfskyzbrqw14q8x9f2q5zi8g6xnnrd";
sha256 = "0l7nvbs1x1qil6mc0rxk7925i5xr3nbqnv0vakx3yv911kj3yhgv";
};
disabled = !isPy3k;