Merge pull request #305701 from r-ryantm/auto-update/python311Packages.types-psycopg2
python311Packages.types-psycopg2: 2.9.21.20240311 -> 2.9.21.20240417
This commit is contained in:
commit
3fa4d171b0
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "types-psycopg2";
|
pname = "types-psycopg2";
|
||||||
version = "2.9.21.20240311";
|
version = "2.9.21.20240417";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-cilF3/pqcpvrxmDxQTfzft/OrVosFesjQhKn0BfugHI=";
|
hash = "sha256-Bdslb0pFn7IaQmuOf8oGVsNTkQX/Agjq9r2vQGo4cIc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue