Skip to content

Commit

Permalink
python312Packages.python-docs-theme: 2024.10 -> 2024.12 (#367012)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 21, 2024
2 parents f18c45b + 7f5bc3e commit 2ebe289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/python-docs-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildPythonPackage rec {
pname = "python-docs-theme";
version = "2024.10";
version = "2024.12";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "python";
repo = "python-docs-theme";
rev = "refs/tags/${version}";
hash = "sha256-JwuIV+hkBIst8EtC3Xmu/KYTV+SZvD4rb9wHimKLL94=";
tag = version;
hash = "sha256-LZFcKmFnALZ5ZV8XbRfT74Wv5r7he/y58mCu4uydgw8=";
};

build-system = [ flit-core ];
Expand Down

0 comments on commit 2ebe289

Please sign in to comment.