Skip to content

Commit 75092f5

Browse files
authored
python312Packages.django-vite: 3.0.6 -> 3.1.0 (#385419)
2 parents 4c58799 + e29bf91 commit 75092f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/django-vite/default.nix

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

99
buildPythonPackage rec {
1010
pname = "django-vite";
11-
version = "3.0.6";
11+
version = "3.1.0";
1212
format = "setuptools";
1313

1414
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
owner = "MrBin99";
1818
repo = pname;
1919
tag = version;
20-
hash = "sha256-2Dv4TnSk5AX1L2ZUbWVDfIsh3M3Opv845SmnxYwFyGc=";
20+
hash = "sha256-S5DpU0Sw0TOY1SNici6djeTrvg4gehH/a2UCzju1e/s=";
2121
};
2222

2323
propagatedBuildInputs = [ django ];
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030
meta = with lib; {
3131
description = "Integration of ViteJS in a Django project";
3232
homepage = "https://github.com/MrBin99/django-vite";
33-
changelog = "https://github.com/MrBin99/django-vite/releases/tag/${version}";
33+
changelog = "https://github.com/MrBin99/django-vite/releases/tag/${src.tag}";
3434
license = licenses.asl20;
3535
maintainers = with maintainers; [ sephi ];
3636
};

0 commit comments

Comments
 (0)