Merge pull request #286088 from mweinelt/psycopg-3.1.17

python311Packages.psycopg: 3.1.15 -> 3.1.17
This commit is contained in:
Martin Weinelt 2024-02-03 17:50:56 +01:00 committed by GitHub
commit 1f37265ea0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
, stdenv
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, fetchurl
, pythonOlder
, substituteAll
@ -35,13 +34,13 @@
let
pname = "psycopg";
version = "3.1.15";
version = "3.1.17";
src = fetchFromGitHub {
owner = "psycopg";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8M2Rm9AtOvZwZhKGuR96XiOOmllqcWAZJuEmUXxzsRw=";
hash = "sha256-Paq4Wkvv6d6+fNcvRO/yfj7OWCMygqccKIdfsohHUMM=";
};
patches = [