We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113346f commit 7b890d5Copy full SHA for 7b890d5
1 file changed
pkgs/development/python-modules/furo/default.nix
@@ -8,13 +8,13 @@
8
9
buildPythonPackage rec {
10
pname = "furo";
11
- version = "2021.10.9";
+ version = "2022.1.2";
12
format = "flit";
13
disable = pythonOlder "3.6";
14
15
src = fetchPypi {
16
inherit pname version;
17
- sha256 = "sha256-K6pCoi7ePm6Vxhgqs2S6wuwVt5vH+cp/sJ/ZrsSzVAw=";
+ sha256 = "b217f218cbcd423ffbfe69baa79389d4ecebf2d86f0d593c44ef31da7b5aed30";
18
};
19
20
propagatedBuildInputs = [
0 commit comments