Skip to content

Commit 1bede91

Browse files
authored
python3Packages.dj-database-url: 2.3.0 -> 3.0.0 (#405537)
2 parents 3ef2994 + 27e13d3 commit 1bede91

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/dj-database-url

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/dj-database-url/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "dj-database-url";
12-
version = "2.3.0";
12+
version = "3.0.0";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "jazzband";
1717
repo = "dj-database-url";
1818
tag = "v${version}";
19-
hash = "sha256-Q0A9wA/k1xObw0e8+9qVTfpxBNL4W9rXisi0ge+R3DM=";
19+
hash = "sha256-olE1tufGXOl8rOKN+Pa0eXhYEzeQxTqj50X6AVwYkM8=";
2020
};
2121

2222
build-system = [ setuptools ];
@@ -34,7 +34,7 @@ buildPythonPackage rec {
3434
meta = {
3535
description = "Use Database URLs in your Django Application";
3636
homepage = "https://github.com/jazzband/dj-database-url";
37-
changelog = "https://github.com/jazzband/dj-database-url/blob/v${version}/CHANGELOG.md";
37+
changelog = "https://github.com/jazzband/dj-database-url/blob/${src.tag}/CHANGELOG.md";
3838
license = lib.licenses.bsd2;
3939
maintainers = [ ];
4040
};

0 commit comments

Comments
 (0)