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

This commit is contained in:
dotlambda
2026-04-15 22:54:16 +00:00
committed by GitHub
@@ -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 = ''