diff options
author | R. RyanTM <ryantm-bot@ryantm.com> | 2019-10-22 19:33:36 -0700 |
---|---|---|
committer | Jon <jonringer@users.noreply.github.com> | 2019-10-27 15:28:02 -0700 |
commit | aa3fcab821a7ede594d888d26dc71af8dbd83a2d (patch) | |
tree | 293f35ade05801b14c4dd835b9c14a76f17c4ed3 /pkgs/development | |
parent | f2be56eedc5d9e62eba1770116b98b683ac3bed3 (diff) |
python37Packages.pelican: 4.1.1 -> 4.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-pelican/versions
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/python-modules/pelican/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pelican/default.nix b/pkgs/development/python-modules/pelican/default.nix index cbda650158b52..7066ecd3a5277 100644 --- a/pkgs/development/python-modules/pelican/default.nix +++ b/pkgs/development/python-modules/pelican/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "pelican"; - version = "4.1.1"; + version = "4.2.0"; src = fetchFromGitHub { owner = "getpelican"; repo = "pelican"; rev = version; - sha256 = "08lwbkgqdf6qx9vg17qj70k7nz2j34ymlnrc4cbz7xj98cw4ams1"; + sha256 = "0w9nqdw2jmqc6kqwg4rh6irr5k6j7hk8axg6vgd137rs50v62yv5"; # Remove unicode file names which leads to different checksums on HFS+ # vs. other filesystems because of unicode normalisation. extraPostFetch = '' @@ -31,7 +31,7 @@ buildPythonPackage rec { glibcLocales # Note: Pelican has to adapt to a changed CLI of pandoc before enabling this # again. Compare https://github.com/getpelican/pelican/pull/2252. - # Version 4.1.1 is incompatible with our current pandoc version. + # Version 4.2.0 is incompatible with our current pandoc version. # pandoc git mock |