about summary refs log tree commit diff
path: root/pkgs/development/python-modules/furo
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-08-31 00:26:21 +0200
committerLuflosi <luflosi@luflosi.de>2021-09-23 12:36:42 +0200
commitaabeb43868c14d93a0eeae65d225037292fc5835 (patch)
tree52c17b5bda7d301a2cb59b0f220bc7cd03aa4c59 /pkgs/development/python-modules/furo
parentde2f733af05a4f2d20e537f8eb85fc85607ed050 (diff)
python3Packages.furo: 2021.8.11b42 -> 2021.9.22
https://github.com/pradyunsg/furo/releases/tag/2021.09.22
Diffstat (limited to 'pkgs/development/python-modules/furo')
-rw-r--r--pkgs/development/python-modules/furo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/furo/default.nix b/pkgs/development/python-modules/furo/default.nix
index e516612378098..c584ce4332876 100644
--- a/pkgs/development/python-modules/furo/default.nix
+++ b/pkgs/development/python-modules/furo/default.nix
@@ -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 = [