python313Packages.django-js-asset: 3.1 -> 3.1.2

https://github.com/matthiask/django-js-asset/blob/3.1.2/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-03-05 11:19:51 +01:00
parent f122272670
commit 444f2c742b

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "django-js-asset";
version = "3.1";
version = "3.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "matthiask";
repo = "django-js-asset";
tag = version;
hash = "sha256-a/aYchhfb+8Xn3Mkf0UmpSzZ7JZT9KoZu/3+FUNJ7Bo=";
hash = "sha256-OG31i8r6rwR2aDzraAorHdYrJrWt/e7SY9+iV7SJGJ8=";
};
build-system = [ hatchling ];