aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pelican
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 16:39:01 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 16:39:01 -0700
commit0d41518464f483e8ed2b14364149a4465693664a (patch)
tree12a0e754c04a2fec550cbd0d43274a908bcbeb6f /pkgs/development/python-modules/pelican
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
python37Packages.pelican: 4.1.0 -> 4.1.1
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/python-modules/pelican')
-rw-r--r--pkgs/development/python-modules/pelican/default.nix6
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 2dcc3e5b873b..cbda650158b5 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.0";
+ version = "4.1.1";
src = fetchFromGitHub {
owner = "getpelican";
repo = "pelican";
rev = version;
- sha256 = "1ww3kc5bzp5q7b23n2vmzqch1z06l7vrscn0h96cscvk45sxc7yz";
+ sha256 = "08lwbkgqdf6qx9vg17qj70k7nz2j34ymlnrc4cbz7xj98cw4ams1";
# 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.0 is incompatible with our current pandoc version.
+ # Version 4.1.1 is incompatible with our current pandoc version.
# pandoc
git
mock