Merge pull request #316292 from r-ryantm/auto-update/python311Packages.sphinxawesome-theme

python311Packages.sphinxawesome-theme: 5.1.4 -> 5.2.0
This commit is contained in:
Markus Kowalewski 2024-06-01 15:19:04 +00:00 committed by GitHub
commit 6754548a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "sphinxawesome-theme";
version = "5.1.4";
version = "5.2.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "sphinxawesome_theme";
hash = "sha256-OwikuKJrPo4vNaud/9JToYYJePV6Kew8izYbr/qKTtQ=";
hash = "sha256-wk8eXAueR1OA0W/F8fO/2ElVgX2gkF2V9+IICdfNPF0=";
};
build-system = [ poetry-core pythonRelaxDepsHook ];