python312Packages.django-webpack-loader: 3.0.1 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-04-04 14:10:53 +00:00
parent ed607387c4
commit 5652c38229
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "django-webpack-loader";
version = "3.0.1";
version = "3.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UTMbM9p2aI60078+o7tWQ0sMHfstzYjL+wo5YY9o3Xo=";
hash = "sha256-sGuDyoGe1Lu4WKtXuNjLZ6JcSlftgi3t1On+5MCXr9U=";
};
propagatedBuildInputs = [