Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2fcb11a2442b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3944fa41a05f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 1, 2019

  1. pythonPackage.Nikola: 8.0.1 -> 8.0.2

    jluttine authored and FRidh committed Mar 1, 2019
    Copy the full SHA
    3944fa4 View commit details
Showing with 4 additions and 8 deletions.
  1. +4 −8 pkgs/development/python-modules/Nikola/default.nix
12 changes: 4 additions & 8 deletions pkgs/development/python-modules/Nikola/default.nix
Original file line number Diff line number Diff line change
@@ -31,11 +31,12 @@
, pyyaml
, toml
, notebook
, ruamel_yaml
}:

buildPythonPackage rec {
pname = "Nikola";
version = "8.0.1";
version = "8.0.2";

# 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
@@ -47,17 +48,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pygments pillow dateutil docutils Mako unidecode lxml Yapsy PyRSS2Gen
Logbook blinker setuptools natsort requests piexif markdown phpserialize
jinja2 doit Babel pyyaml toml notebook
jinja2 doit Babel pyyaml toml notebook ruamel_yaml
];

src = fetchPypi {
inherit pname version;
sha256 = "18bq68f9v7xk9ahjl6x4k77yysq5g6g07ng2ndbg35kcsdnw4nk6";
};

patches = fetchpatch {
url = https://github.com/getnikola/nikola/commit/d40be74a86af71b5206dc22beb82fcd0d08ea2f6.patch;
sha256 = "0disr8bxbfjymwlbm82mxkal3ynnv8zfiqsgfh9fkqhb35bn4l8j";
sha256 = "1a5y1qriy76hl4yxvbf365b1ggsxybm06mi1pwb5jkgbkwk2gkrf";
};

checkPhase = ''