lol

Merge pull request #139601 from r-ryantm/auto-update/python3.8-pglast

python38Packages.pglast: 3.4 -> 3.5

authored by

Mario Rodas and committed by
GitHub
6ea00bb9 9560baeb

+2 -2
+2 -2
pkgs/development/python-modules/pglast/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pglast"; 12 - version = "3.4"; 12 + version = "3.5"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "d2288d9607097a08529d9165970261c1be956934e8a8f6d9ed2a96d9b8f03fc6"; 16 + sha256 = "3bb74df084b149e8bf969380d88b1980fbd1aeda7f7057f4dee6751d854d6ae6"; 17 17 }; 18 18 19 19 disabled = !isPy3k;