python310Packages.pallets-sphinx-themes: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2023-08-27 07:39:25 +00:00
parent a56230df46
commit e256002eb7

View file

@ -2,13 +2,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pallets-sphinx-themes"; pname = "pallets-sphinx-themes";
version = "2.1.0"; version = "2.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pallets"; owner = "pallets";
repo = "pallets-sphinx-themes"; repo = "pallets-sphinx-themes";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "sha256-u1sHeO0fk11+M5M0yqDcWsMJKBMeAGW+GPOgu1oniok="; sha256 = "sha256-Z03rsqkwF2rYaqRZflf5qc5EdHPIEcEcB1ftYIm5DQs=";
}; };
propagatedBuildInputs = [ packaging sphinx ]; propagatedBuildInputs = [ packaging sphinx ];