Merge pull request #113231 from r-ryantm/auto-update/python3.7-Nikola

python37Packages.Nikola: 8.1.2 -> 8.1.3
This commit is contained in:
Mario Rodas 2021-02-23 20:35:54 -05:00 committed by GitHub
commit d3f8965f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "Nikola";
version = "8.1.2";
version = "8.1.3";
# Nix contains only Python 3 supported version of doit, which is a dependency
# of Nikola. Python 2 support would require older doit 0.29.0 (which on the
@ -55,7 +55,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "26f4fb1a2b0105cf0f71187c6c1eb54283767a883d1c8f4ca8c8039033217d27";
sha256 = "05eac356bb4273cdd05d2dd6ad676226133496c457af91987c3f0d40e2fe57ef";
};
patchPhase = ''