From d498ba71eb339664c0056dc9770c615e52e4e857 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 12 Jun 2025 23:42:40 +0200 Subject: [PATCH] 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/ --- pkgs/development/python-modules/starlette-admin/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/starlette-admin/default.nix b/pkgs/development/python-modules/starlette-admin/default.nix index 46c0825ce59b..ec521732cd67 100644 --- a/pkgs/development/python-modules/starlette-admin/default.nix +++ b/pkgs/development/python-modules/starlette-admin/default.nix @@ -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 ]; };