lol
0
fork

Configure Feed

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

python3Packages.pg8000: 1.29.4 -> 1.30.1

+2 -2
+2 -2
pkgs/development/python-modules/pg8000/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pg8000"; 15 - version = "1.29.4"; 15 + version = "1.30.1"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-dtKqF1ejC8ceAwfa4Yw3TjNqaRI+awRuIGqWYR+iozA="; 22 + hash = "sha256-wEKA5mocz7UWbbXBZBZMLhuPYq+u3/0hFFGlMproSik="; 23 23 }; 24 24 25 25 nativeBuildInputs = [