Unverified Commit d9ac9c8b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.dj-database-url: 3.1.0 -> 3.1.2 (#496024)

parents ab1dc046 8ec1ed83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "dj-database-url";
  version = "3.1.0";
  version = "3.1.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jazzband";
    repo = "dj-database-url";
    tag = "v${version}";
    hash = "sha256-zQiyEtDTFZHwuEIfRZHdgszyfsRSayFqPv9MIS4Ip6s=";
    hash = "sha256-d9wkxe7xJSTufc2La4W/etPAaW6YF47y0IqPa5YWknY=";
  };

  postPatch = ''