File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/dj-database-url Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments