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

Commits on Mar 20, 2018

  1. python: neovim: 0.2.1 -> 0.2.3

    (cherry picked from commit 7ce85c0)
    FRidh authored and Robert Schütz committed Mar 20, 2018
    Copy the full SHA
    8d24d4f View commit details
  2. pythonPackages.neovim: 0.2.3 -> 0.2.4

    required to work with latest deoplete for instance
    
    (cherry picked from commit 366c79e)
    teto authored and Robert Schütz committed Mar 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8337d1d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/neovim/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/neovim/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "neovim";
version = "0.2.1";
version = "0.2.4";

src = fetchPypi {
inherit pname version;
sha256 = "16vzxmp7f6dl20n30j5cwwvrjj5h3c2ch8ldbss31anf36nirsdp";
sha256 = "0accfgyvihs08bwapgakx6w93p4vbrq2448n2z6gw88m2hja9jm3";
};

checkInputs = [ nose ];