python3Packages.starlette-admin: 0.15.0 -> 0.15.1

Changelog:
https://github.com/jowilf/starlette-admin/blob/0.15.1/CHANGELOG.md
https://jowilf.github.io/starlette-admin/changelog/
This commit is contained in:
Peder Bergebakken Sundt
2025-06-12 23:44:36 +02:00
parent 6ebd5c0190
commit d498ba71eb
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "starlette-admin";
version = "0.15.0";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jowilf";
repo = "starlette-admin";
tag = version;
hash = "sha256-R9ZRrJaBp1joT3DtymvS+Ac0MzEUFYFovgxMW0njsT0=";
hash = "sha256-yPePxdKrg41kycXl1fDKf1jWx0YD+K26w8z2LmQV0g0=";
};
build-system = [ hatchling ];
@@ -122,7 +122,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications";
homepage = "https://github.com/jowilf/starlette-admin";
changelog = "https://github.com/jowilf/starlette-admin/blob/${src.tag}/CHANGELOG.md";
changelog = "https://jowilf.github.io/starlette-admin/changelog/";
license = licenses.mit;
maintainers = with maintainers; [ pbsds ];
};