Skip to content

Commit

Permalink
Merge pull request NixOS#154151 from Luflosi/update/python3Packages.s…
Browse files Browse the repository at this point in the history
…phinx-inline-tabs
  • Loading branch information
SuperSandro2000 authored Jan 22, 2022
2 parents 86609cc + be27954 commit 151717b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

buildPythonPackage rec {
pname = "sphinx-inline-tabs";
version = "2021.08.17.beta10";
version = "2022.01.02.beta11";
format = "flit";

src = fetchFromGitHub {
owner = "pradyunsg";
repo = "sphinx-inline-tabs";
rev = version;
sha256 = "sha256-T3OqK0eXNiBs2zQURCSPLc8aIyf2an32UyDh4qSmxQ4=";
sha256 = "sha256-k2nOidUk87EZbFsqQ7zr/4eHk+T7wUOYimjbllfneUM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 151717b

Please sign in to comment.