summary refs log tree commit diff
path: root/pkgs/development/python-modules/pelican
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-19 17:50:13 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-19 17:50:13 -0700
commit7cbf9e22a29103bc3c7ad47962f5c07fdae1973b (patch)
tree906b4c7061df4d9032d45f54864f86dcc41a4e28 /pkgs/development/python-modules/pelican
parent2cd892423587d3843b0f6e8dd90ceba92e56becc (diff)
downloadnixpkgs-7cbf9e22a29103bc3c7ad47962f5c07fdae1973b.tar
nixpkgs-7cbf9e22a29103bc3c7ad47962f5c07fdae1973b.tar.gz
nixpkgs-7cbf9e22a29103bc3c7ad47962f5c07fdae1973b.tar.bz2
nixpkgs-7cbf9e22a29103bc3c7ad47962f5c07fdae1973b.tar.lz
nixpkgs-7cbf9e22a29103bc3c7ad47962f5c07fdae1973b.tar.xz
nixpkgs-7cbf9e22a29103bc3c7ad47962f5c07fdae1973b.tar.zst
nixpkgs-7cbf9e22a29103bc3c7ad47962f5c07fdae1973b.zip
python37Packages.pelican: 4.0.1 -> 4.1.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/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 f593c5dbeea..4feaa049d0f 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.0.1";
+  version = "4.1.0";
 
   src = fetchFromGitHub {
     owner = "getpelican";
     repo = "pelican";
     rev = version;
-    sha256 = "09fcwnnfln0cl5v0qpxzrllj27znrg6dbhaksxrl0192c3mbyjvl";
+    sha256 = "0ag8il1b8ckfcv0f87ryrmw52k9m3xd025b4m6fvr8lsffyzv626";
   };
 
   doCheck = true;
@@ -25,7 +25,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.0.1 is incompatible with our current pandoc version.
+    # Version 4.1.0 is incompatible with our current pandoc version.
     # pandoc
     git
     mock