python3Packages.starlette-admin: 0.16.0 -> 0.16.1

Changelog: https://jowilf.github.io/starlette-admin/changelog/
This commit is contained in:
Peder Bergebakken Sundt
2026-06-07 01:13:14 +02:00
parent 1029394d36
commit fd2e48a710
@@ -41,14 +41,14 @@
buildPythonPackage rec {
pname = "starlette-admin";
version = "0.16.0";
version = "0.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jowilf";
repo = "starlette-admin";
tag = version;
hash = "sha256-JVvrfbyKillkx6fOx4DEbHZoHIPxF1Gn3HzkxyJc66o=";
hash = "sha256-K6FHC7nzOjRh7O47QHveMPwspfvPChHzB6Tpyfsx02U=";
};
patches = [