python312Packages.openstackdocstheme: 3.4.0 -> 3.4.1 (#371011)

This commit is contained in:
Sandro
2025-01-17 11:32:42 +01:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "openstackdocstheme";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
disabled = pythonAtLeast "3.13";
src = fetchPypi {
inherit pname version;
hash = "sha256-YA3nY7Q6UM9sviGRUh08EwwLEjneO2KAh4Hsr/hn25U=";
hash = "sha256-OPT2rGO967RlJ17iEm5oMuaxqZ8Y8ya+gKMzU0qaGzk=";
};
postPatch = ''