python3Packages.psycopg: 3.3.1 -> 3.3.2
Diff: https://github.com/psycopg/psycopg/compare/3.3.1...3.3.2 Changelog: https://github.com/psycopg/psycopg/blob/3.3.2/docs/news.rst#current-release
This commit is contained in:
@@ -35,14 +35,14 @@
|
||||
|
||||
let
|
||||
pname = "psycopg";
|
||||
version = "3.3.1";
|
||||
version = "3.3.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "psycopg";
|
||||
repo = "psycopg";
|
||||
tag = version;
|
||||
hash = "sha256-nNiiiMHAeaMJ+51RtjHeWRdOML4x05afZ/DBD3B1sM0=";
|
||||
hash = "sha256-ynzXQkTnCCkJK3EZrGHSpzgMeeX92U6+08m8QtNfAc4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user