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

Commits on May 30, 2017

  1. Copy the full SHA
    53748b7 View commit details

Commits on May 31, 2017

  1. Merge pull request #26258 from nh2/python-consul-0.7.0

    Upgrade to python-consul-0.7.0.
    FRidh authored May 31, 2017
    Copy the full SHA
    8aff7c0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/top-level/python-packages.nix
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
@@ -4076,11 +4076,11 @@ in {


consul = buildPythonPackage (rec {
name = "python-consul-0.6.0";
name = "python-consul-0.7.0";

src = pkgs.fetchurl {
url = "mirror://pypi/p/python-consul/${name}.tar.gz";
sha256 = "0vfyr499sbc4nnhhijp2lznyj507nnak95bvv9w8y78ngxggskbh";
sha256 = "18gs5myk9wkkq5zvj0n0s68ngj3mrbdcifshxfj1j0bgb1km0wpm";
};

buildInputs = with self; [ requests six pytest ];