Merge pull request #240685 from r-ryantm/auto-update/python310Packages.django-vite

python310Packages.django-vite: 2.1.1 -> 2.1.3
This commit is contained in:
Nick Cao 2023-06-30 18:28:20 +08:00 committed by GitHub
commit d8ee9f63ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "django-vite";
version = "2.1.1";
version = "2.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "MrBin99";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MKAzNtmFue7MrYtg5sOXog1u1daJwh3t98aIUSyyfBQ=";
hash = "sha256-HrcQt0Mdko+/XJd0srQTBYMtHaLZyImMuQn39HIwDfY=";
};
propagatedBuildInputs = [