1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

python38Packages.pg8000: 1.21.2 -> 1.21.3

This commit is contained in:
R. RyanTM 2021-10-10 12:02:02 +00:00
parent 0c416075ae
commit acc4cf0d34

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pg8000";
version = "1.21.2";
version = "1.21.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "36a3b517408334967c1fa0d29656da03608d63122a372ec92c85f49aed2d24e3";
sha256 = "f73f1d477cda12a7b784be73c8a0c06c71e4284ef90cae4883cbc7c524b95fbf";
};
propagatedBuildInputs = [