python3Packages.django-json-widget: 2.0.1 -> 2.0.3

This commit is contained in:
R. Ryantm
2025-08-31 08:42:35 +00:00
parent 640a986502
commit 8a2e09bd61
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-json-widget";
version = "2.0.1";
version = "2.0.3";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jmrivas86";
repo = "django-json-widget";
tag = "v${version}";
hash = "sha256-GY6rYY//n8kkWCJZk6OY+EOBv62ocNovNmE/ai8VCn4=";
hash = "sha256-11XDmSYJzrjcV3q3P0Kl2WkfoAtuPYzQt5D2ZzRTCCY=";
};
build-system = [ setuptools ];