about summary refs log tree commit diff
path: root/pkgs/development/python-modules/furo
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-10-10 00:26:28 +0200
committerLuflosi <luflosi@luflosi.de>2021-10-10 00:52:39 +0200
commit5608c26f72125b4b14d8a74e37fd34afaf3b616c (patch)
tree39b90985553093460a237da64e0b95f62f0b37ad /pkgs/development/python-modules/furo
parenta74daa0ec496a1039de74075d4db093764b2a8ec (diff)
python3Packages.furo: 2021.9.22 -> 2021.10.9
https://github.com/pradyunsg/furo/releases/tag/2021.10.09
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 c584ce4332876..956c7da935806 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.9.22";
+  version = "2021.10.9";
   format = "flit";
   disable = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-749l6cXyGbIarXXJmiCU0DsWQwrvH1dobOGePyT5VK8=";
+    sha256 = "sha256-K6pCoi7ePm6Vxhgqs2S6wuwVt5vH+cp/sJ/ZrsSzVAw=";
   };
 
   propagatedBuildInputs = [