Skip to content

Commit d4d7eaf

Browse files
authored
python312Packages.django-simple-history: 3.7.0 -> 3.9.0 (#381500)
2 parents f4ea3b5 + 1bdf226 commit d4d7eaf

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/django-simple-history

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/django-simple-history/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
buildPythonPackage 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
};

0 commit comments

Comments
 (0)