Merge pull request #247362 from mweinelt/psycopg-3.1.0
python310Packages.psycopg: 3.1.9 -> 3.1.10
This commit is contained in:
commit
e857d66700
@ -35,13 +35,13 @@
|
||||
|
||||
let
|
||||
pname = "psycopg";
|
||||
version = "3.1.9";
|
||||
version = "3.1.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "psycopg";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-yRb6yRpX1vDmXpYu4O50MYMpP2j75aSqhXCWMF1xVH0=";
|
||||
hash = "sha256-GdgzHmzPCK3wq/8sCc1NaPEVwl4Q5OBZMp86RXkhE0M=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -50,11 +50,6 @@ let
|
||||
libpq = "${postgresql.lib}/lib/libpq${stdenv.hostPlatform.extensions.sharedLibrary}";
|
||||
libc = "${stdenv.cc.libc}/lib/libc.so.6";
|
||||
})
|
||||
# mark additional tests as timing sensitive
|
||||
(fetchpatch {
|
||||
url = "https://github.com/psycopg/psycopg/commit/762bb2e4c840886acca12a3676296e10a7114fa2.patch";
|
||||
hash = "sha256-1uAcZqLhCAM9oOd7oOZDjyhKpo59fscEJ+L8KSWhnzM=";
|
||||
})
|
||||
];
|
||||
|
||||
baseMeta = {
|
||||
|
Loading…
Reference in New Issue
Block a user