python312Packages.openstackdocstheme: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm
2025-04-30 11:10:36 +00:00
parent 89159c150e
commit f0df3d4d27
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "openstackdocstheme";
version = "3.4.1";
version = "3.5.0";
pyproject = true;
disabled = pythonAtLeast "3.13";
src = fetchPypi {
inherit pname version;
hash = "sha256-OPT2rGO967RlJ17iEm5oMuaxqZ8Y8ya+gKMzU0qaGzk=";
hash = "sha256-3h1dXtIMk1/CgbUP30ppUo+Q8qdb7PQtGIRD9eGWwJ8=";
};
postPatch = ''