python312Packages.django-vite: 3.0.3 -> 3.0.4

This commit is contained in:
R. Ryantm 2024-04-08 02:11:11 +00:00
parent f6eb921406
commit e78e0bc8a1
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "django-vite";
version = "3.0.3";
version = "3.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "MrBin99";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FH42auBm/YRfGgjL9TGQLed/p0P8POb7DOLmpUK1d9c=";
hash = "sha256-rIT4WA45v353vSV56fBOa0euiuwnXWmhbxniAWPAkMo=";
};
propagatedBuildInputs = [