Merge pull request #170038 from r-ryantm/auto-update/python3.10-Nikola

python310Packages.Nikola: 8.2.0 -> 8.2.1
This commit is contained in:
Mario Rodas 2022-04-27 06:17:54 -05:00 committed by GitHub
commit df25bab4b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,12 +41,12 @@
buildPythonPackage rec {
pname = "Nikola";
version = "8.2.0";
version = "8.2.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "9998fedfcb932e19e3b54faeb497a49cde8b15163af764c5afe5847fef5ec1ff";
sha256 = "sha256-+LSnyIVA/lR9xbDIgreLyU+V/Z2pJD8v8agvJj05w94=";
};
propagatedBuildInputs = [