Commit fe17e527 authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.django-cte: 2.0.0 -> 3.0.0

parent d1599643
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "django-cte";
  version = "2.0.0";
  version = "3.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dimagi";
    repo = "django-cte";
    tag = "v${version}";
    hash = "sha256-DPbvmxTh24gTGvqzBg1VVN1LHxhGc+r81RITCuyccfw=";
    hash = "sha256-pXTnk3Z+6jiqq7Q2JTpHxZSNHaTRT3lAAeuHTQIuzBM=";
  };

  build-system = [