lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #199647 from marsam/update-pglast

python310Packages.pglast: 3.15 -> 3.17

authored by

Fabian Affolter and committed by
GitHub
3f717d63 cae3751e

+2 -2
+2 -2
pkgs/development/python-modules/pglast/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pglast"; 11 - version = "3.15"; 11 + version = "3.17"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-xm4ySCqa+hHlgjdz8WwkHjevLc79YX/XRKKD/SdIttw="; 18 + hash = "sha256-C2SWuX6Lt4R62rkNJ9qOoVK50j+TUkhoGUw+seWjTQw="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [