python312Packages.openstackdocstheme: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm
2025-01-05 00:12:46 +00:00
parent 8f3e1f8070
commit 14f9807285
@@ -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 = ''