Skip to content

Commit 4b13d16

Browse files
committed
python312Packages.django-simple-history: 3.7.0 -> 3.9.0
1 parent 82dc1d7 commit 4b13d16

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

1313
buildPythonPackage rec {
1414
pname = "django-simple-history";
15-
version = "3.7.0";
15+
version = "3.9.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
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)