python39Packages.pglast: 3.0 -> 3.3

This commit is contained in:
Mario Rodas 2021-07-24 04:20:00 +00:00
parent e731250332
commit 07c3231e23

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;