File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/django-simple-history Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "django-simple-history" ;
15- version = "3.7 .0" ;
15+ version = "3.9 .0" ;
1616 pyproject = true ;
1717
18- disabled = pythonOlder "3.8 " ;
18+ disabled = pythonOlder "3.9 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "jazzband" ;
2222 repo = "django-simple-history" ;
2323 tag = version ;
24- hash = "sha256-bPdMdtiEDRvRD00ZBwUQkeCDKCx2SW65+FsbuMwVdK0 =" ;
24+ hash = "sha256-df6AWyliKSqKH0yacpHgGZXNvmjiJuFJWoJ7502IMB4 =" ;
2525 } ;
2626
2727 build-system = [
@@ -43,7 +43,7 @@ buildPythonPackage rec {
4343 meta = with lib ; {
4444 description = "Module to store Django model state on every create/update/delete" ;
4545 homepage = "https://github.com/jazzband/django-simple-history/" ;
46- changelog = "https://github.com/jazzband/django-simple-history/releases/tag/${ version } " ;
46+ changelog = "https://github.com/jazzband/django-simple-history/releases/tag/${ src . tag } " ;
4747 license = licenses . bsd3 ;
4848 maintainers = with maintainers ; [ derdennisop ] ;
4949 } ;
You can’t perform that action at this time.
0 commit comments