Merge pull request #160083 from r-ryantm/auto-update/python3.10-furo

This commit is contained in:
Artturi 2022-02-16 13:58:29 +02:00 committed by GitHub
commit 1401b5c4e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "furo";
version = "2022.1.2";
version = "2022.2.14.1";
format = "wheel";
disable = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
sha256 = "sha256-lYAWv+E4fB6N31udcWlracTqpc2K/JSSq/sAirotMAw=";
sha256 = "sha256-18uBJgNGNyEjMjUOyEkMuVcy02UGsCQxiljO4ufeD9o=";
};
propagatedBuildInputs = [