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: 010887e1bbe2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e51a0da44331
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 20, 2017

  1. pythonPackages.Nikola: 7.8.9 -> 7.8.10

    Updated in master in 7ce8483
    
    Fixes #32797
    
    Changelog:
    
    * Fix crashes with Jinja2 themes and tag indexes
    * Ignore empty tags in HTML metadata reader
    * Fix crash when compiling empty ``.html`` posts
    rnhmjoj authored and orivej committed Dec 20, 2017

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    66eaa75 View commit details
  2. Merge pull request #32828 from rnhmjoj/release-17.09

    pythonPackages.Nikola: 7.8.9 -> 7.8.10 [backport]
    orivej authored Dec 20, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e51a0da View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/Nikola/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/Nikola/default.nix
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "Nikola";
version = "7.8.9";
version = "7.8.10";

# 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,7 +47,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "c85bf293a245a34057fb55236fc2f2c5d28e9ef1c375889f443bca1d86924df4";
sha256 = "e242c3d0dd175d95a0baf5268b108081ba160b83ceafec8c9bc2ec0a24a56537";
};

meta = {