Skip to content

Commit

Permalink
python313Packages.psycopg: 3.2.3 -> 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Jan 24, 2025
1 parent 9f32afb commit 5f81370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/psycopg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@

let
pname = "psycopg";
version = "3.2.3";
version = "3.2.4";

src = fetchFromGitHub {
owner = "psycopg";
repo = pname;
repo = "psycopg";
tag = version;
hash = "sha256-vcUZvQeD5MnEM02phk73I9dpf0Eug95V7Rspi0s6S2M=";
hash = "sha256-gicntSAEK5VO67M2gAGR6wSwKQwgnbHxVUoPpaAbaDk=";
};

patches = [
Expand Down

0 comments on commit 5f81370

Please sign in to comment.