Merge pull request #69721 from r-ryantm/auto-update/python3.7-pelican
python37Packages.pelican: 4.1.0 -> 4.1.1
This commit is contained in:
commit
f6cbe5caec
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pelican";
|
pname = "pelican";
|
||||||
version = "4.1.0";
|
version = "4.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getpelican";
|
owner = "getpelican";
|
||||||
repo = "pelican";
|
repo = "pelican";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1ww3kc5bzp5q7b23n2vmzqch1z06l7vrscn0h96cscvk45sxc7yz";
|
sha256 = "08lwbkgqdf6qx9vg17qj70k7nz2j34ymlnrc4cbz7xj98cw4ams1";
|
||||||
# Remove unicode file names which leads to different checksums on HFS+
|
# Remove unicode file names which leads to different checksums on HFS+
|
||||||
# vs. other filesystems because of unicode normalisation.
|
# vs. other filesystems because of unicode normalisation.
|
||||||
extraPostFetch = ''
|
extraPostFetch = ''
|
||||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
glibcLocales
|
glibcLocales
|
||||||
# Note: Pelican has to adapt to a changed CLI of pandoc before enabling this
|
# Note: Pelican has to adapt to a changed CLI of pandoc before enabling this
|
||||||
# again. Compare https://github.com/getpelican/pelican/pull/2252.
|
# 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
|
# pandoc
|
||||||
git
|
git
|
||||||
mock
|
mock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user