Merge pull request #263041 from mweinelt/psycopg-3.1.12

python311Packages.psycopg: 3.1.11 -> 3.1.12
This commit is contained in:
Martin Weinelt 2023-10-24 15:06:06 +02:00 committed by GitHub
commit 6d9ae38598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,13 +35,13 @@
let let
pname = "psycopg"; pname = "psycopg";
version = "3.1.11"; version = "3.1.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "psycopg"; owner = "psycopg";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-cQTGaiVgdgaq1fmDdtqvc+uCp66S+s0GsTcFTARR+SI="; hash = "sha256-2fd21aSCjwSwk8G0uS3cPGzLZfPVoJl2V5dG+akfCrE=";
}; };
patches = [ patches = [