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

Commits on Jul 24, 2017

  1. pythonPackages.yapf: 0.11.0 -> 0.16.3

    Patrick Callahan committed Jul 24, 2017
    Copy the full SHA
    251043e View commit details

Commits on Jul 25, 2017

  1. Merge pull request #27620 from therealpxc/yapf

    pythonPackages.yapf: 0.11.0 -> 0.16.3
    Mic92 authored Jul 25, 2017
    Copy the full SHA
    7f1ec2d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/yapf/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yapf/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

buildPythonPackage rec {
pname = "yapf";
version = "0.11.0";
version = "0.16.3";
name = "${pname}-${version}";

src = fetchPypi {
inherit pname version;
sha256 = "14kb9gxw39zhvrijhp066b4bm6bgv35iw56c394y4dyczpha0dij";
sha256 = "1qxq41y65saljw0jk5fzinvynr9fhwzqcjsxxs8bn78in073x7a2";
};

meta = with stdenv.lib; {