1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-18 23:50:07 +03:00

python310Packages.django-postgresql-netfields: 1.2.2 -> 1.3.0

This commit is contained in:
Theodore Ni 2022-12-01 09:47:55 -08:00
parent d2c12ae036
commit cad27dd109
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -7,18 +7,17 @@
# required for tests # required for tests
#, djangorestframework #, djangorestframework
#, psycopg2 #, psycopg2
#, unittest2
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.2.2"; version = "1.3.0";
pname = "django-postgresql-netfields"; pname = "django-postgresql-netfields";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jimfunk"; owner = "jimfunk";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1rrh38f3zl3jk5ijs6g75dxxvxygf4lczbgc7ahrgzf58g4a48lm"; hash = "sha256-I+X4yfadtiiZlW7QhfwVbK1qyWn/khH9fWXszCo9uro=";
}; };
# tests need a postgres database # tests need a postgres database
@ -32,7 +31,6 @@ buildPythonPackage rec {
# buildInputs = [ # buildInputs = [
# djangorestframework # djangorestframework
# psycopg2 # psycopg2
# unittest2
# ]; # ];
propagatedBuildInputs = [ propagatedBuildInputs = [