python310Packages.django-vite: 2.1.1 -> 2.1.3

This commit is contained in:
R. Ryantm 2023-06-30 08:07:45 +00:00
parent 3c614fbc76
commit 077f3cef68

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 = [