python310Packages.pallets-sphinx-themes: 2.1.0 -> 2.1.1
This commit is contained in:
parent
a56230df46
commit
e256002eb7
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pallets-sphinx-themes";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pallets";
|
||||
repo = "pallets-sphinx-themes";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-u1sHeO0fk11+M5M0yqDcWsMJKBMeAGW+GPOgu1oniok=";
|
||||
sha256 = "sha256-Z03rsqkwF2rYaqRZflf5qc5EdHPIEcEcB1ftYIm5DQs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ packaging sphinx ];
|
||||
|
|
Loading…
Reference in a new issue