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