Merge pull request #302476 from r-ryantm/auto-update/python312Packages.django-vite

python312Packages.django-vite: 3.0.3 -> 3.0.4
This commit is contained in:
Weijia Wang 2024-04-08 10:00:10 +02:00 committed by GitHub
commit 3ea816ca11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [