Merge pull request #273517 from tanshihaj/psycopg-pin-commit

python3Packages.psycopg: pin libpq.sgml to specific commit hash
This commit is contained in:
Martin Weinelt 2024-03-03 16:33:30 +01:00 committed by GitHub
commit 366545aa2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,8 +128,8 @@ buildPythonPackage rec {
# Introduce this file necessary for the docs build via environment var
LIBPQ_DOCS_FILE = fetchurl {
url = "https://raw.githubusercontent.com/postgres/postgres/REL_14_STABLE/doc/src/sgml/libpq.sgml";
hash = "sha256-yn09fR9+7zQni8SvTG7BUmYRD7MK7u2arVAznWz2oAw=";
url = "https://raw.githubusercontent.com/postgres/postgres/496a1dc44bf1261053da9b3f7e430769754298b4/doc/src/sgml/libpq.sgml";
hash = "sha256-JwtCngkoi9pb0pqIdNgukY8GbG5pUDZvrGAHZqjFOw4";
};
inherit patches;