about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-postgresql-netfields
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2022-12-01 09:47:55 -0800
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2022-12-01 09:47:55 -0800
commitcad27dd109f40ea474ea3acdda9d5fd8faedd0ea (patch)
tree1b6b3f4764ad5f595991647962c2c2514c253ec0 /pkgs/development/python-modules/django-postgresql-netfields
parentd2c12ae0368c96f888b2832a0ff0c187898b187e (diff)
python310Packages.django-postgresql-netfields: 1.2.2 -> 1.3.0
Diffstat (limited to 'pkgs/development/python-modules/django-postgresql-netfields')
-rw-r--r--pkgs/development/python-modules/django-postgresql-netfields/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/django-postgresql-netfields/default.nix b/pkgs/development/python-modules/django-postgresql-netfields/default.nix
index 141a46f53154e..2e440ed4f0637 100644
--- a/pkgs/development/python-modules/django-postgresql-netfields/default.nix
+++ b/pkgs/development/python-modules/django-postgresql-netfields/default.nix
@@ -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 = [