python3Packages.furo: 2021.8.11b42 -> 2021.9.22

https://github.com/pradyunsg/furo/releases/tag/2021.09.22
This commit is contained in:
Luflosi 2021-08-31 00:26:21 +02:00
parent de2f733af0
commit aabeb43868
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "furo";
version = "2021.8.11b42";
version = "2021.9.22";
format = "flit";
disable = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-rhi2T57EfidQV1IHBkplCbzLlBCC5gVGmbkCf40s0qU=";
sha256 = "sha256-749l6cXyGbIarXXJmiCU0DsWQwrvH1dobOGePyT5VK8=";
};
propagatedBuildInputs = [