python3Packages.django-js-asset: 3.1.2 -> 4.0.1

This commit is contained in:
R. Ryantm
2026-06-14 18:37:16 +00:00
parent 86ab56c568
commit e002562737
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "django-js-asset";
version = "3.1.2";
version = "4.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "matthiask";
repo = "django-js-asset";
tag = version;
hash = "sha256-OG31i8r6rwR2aDzraAorHdYrJrWt/e7SY9+iV7SJGJ8=";
hash = "sha256-TmoT+WuOw92wWW82CpKLy0Lr+oSKf+c2diG8Gs5rWg4=";
};
build-system = [ hatchling ];