Skip to content

Commit 1a701a7

Browse files
python312Packages.openstackdocstheme: 3.4.0 -> 3.4.1 (NixOS#371011)
2 parents 1e21e69 + 14f9807 commit 1a701a7

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/openstackdocstheme

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/openstackdocstheme/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "openstackdocstheme";
14-
version = "3.4.0";
14+
version = "3.4.1";
1515
pyproject = true;
1616

1717
disabled = pythonAtLeast "3.13";
1818

1919
src = fetchPypi {
2020
inherit pname version;
21-
hash = "sha256-YA3nY7Q6UM9sviGRUh08EwwLEjneO2KAh4Hsr/hn25U=";
21+
hash = "sha256-OPT2rGO967RlJ17iEm5oMuaxqZ8Y8ya+gKMzU0qaGzk=";
2222
};
2323

2424
postPatch = ''

0 commit comments

Comments
 (0)