Commit 3b61ce1d authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.python_docs_theme: 2023.7 -> 2023.9

parent 0b48455b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildPythonPackage rec {
  pname = "python_docs_theme";
  version = "2023.7";
  version = "2023.9";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "python";
    repo = "python-docs-theme";
    rev = "refs/tags/${version}";
    sha256 = "sha256-43/TlgYm7Q4ZtY25MiLU9fd1atDmiDUeUK6AYfDfmag=";
    sha256 = "sha256-XVwMEfprTNdNnaW38HMCAu4CswdVjBXYtNWBgqXfbno=";
  };

  nativeBuildInputs = [ flit-core ];