Skip to content

Commit 7b890d5

Browse files
Jonathan Ringermweinelt
authored andcommitted
python3Packages.furo: 2021.10.9 -> 2022.1.2
1 parent 113346f commit 7b890d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/furo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildPythonPackage rec {
1010
pname = "furo";
11-
version = "2021.10.9";
11+
version = "2022.1.2";
1212
format = "flit";
1313
disable = pythonOlder "3.6";
1414

1515
src = fetchPypi {
1616
inherit pname version;
17-
sha256 = "sha256-K6pCoi7ePm6Vxhgqs2S6wuwVt5vH+cp/sJ/ZrsSzVAw=";
17+
sha256 = "b217f218cbcd423ffbfe69baa79389d4ecebf2d86f0d593c44ef31da7b5aed30";
1818
};
1919

2020
propagatedBuildInputs = [

0 commit comments

Comments
 (0)