tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.openstackdocstheme: 3.4.1 -> 3.5.0
R. Ryantm
10 months ago
f0df3d4d
89159c15
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
openstackdocstheme
default.nix
+2
-2
pkgs/development/python-modules/openstackdocstheme/default.nix
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "openstackdocstheme";
14
14
-
version = "3.4.1";
14
14
+
version = "3.5.0";
15
15
pyproject = true;
16
16
17
17
disabled = pythonAtLeast "3.13";
18
18
19
19
src = fetchPypi {
20
20
inherit pname version;
21
21
-
hash = "sha256-OPT2rGO967RlJ17iEm5oMuaxqZ8Y8ya+gKMzU0qaGzk=";
21
21
+
hash = "sha256-3h1dXtIMk1/CgbUP30ppUo+Q8qdb7PQtGIRD9eGWwJ8=";
22
22
};
23
23
24
24
postPatch = ''