lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.openstackdocstheme: 3.0.1 -> 3.2.0

+2 -2
+2 -2
pkgs/development/python-modules/openstackdocstheme/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "openstackdocstheme"; 11 - version = "3.0.1"; 11 + version = "3.2.0"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-yB1CdOqWV7hEfUYdtqQ/fd4sNfy7Sp7YJbRQhK5egLk="; 15 + hash = "sha256-PwSWLJr5Hjwz8cRXXutnE4Jc+vLcL3TJTZl6biK/4E4="; 16 16 }; 17 17 18 18 postPatch = ''