Unverified Commit a646b312 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.django-types: 0.20.0 -> 0.22.0 (#420312)

parents c3ec3a7c ed5d1cd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "django-types";
  version = "0.20.0";
  version = "0.22.0";
  pyproject = true;

  src = fetchPypi {
    pname = "django_types";
    inherit version;
    hash = "sha256-TlXSxWFV49addd756x2VqJEwPyrBn8z2/oBW2kKT+uc=";
    hash = "sha256-TOzJ7uhG5/8qOYvsnf5lQ+du+5IqeljF1gZLyw5qPcU=";
  };

  build-system = [ poetry-core ];