python310Packages.Nikola: 8.2.0 -> 8.2.1
This commit is contained in:
parent
5fa2c38a48
commit
06187eb3d2
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue