Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 076c67fdea6d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 735df1a64194
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 26, 2020

  1. [20.03] python: aiohue: 1.10.1 -> 2.1.0

    (cherry picked from commit 42abb50)
    FRidh authored and uvNikita committed Jul 26, 2020
    Copy the full SHA
    6d18236 View commit details
  2. Merge pull request #93898 from uvNikita/backport/aiohue

    [20.03] python: aiohue: 1.10.1 -> 2.1.0
    mweinelt authored Jul 26, 2020
    Copy the full SHA
    735df1a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/aiohue/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiohue/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "aiohue";
version = "1.10.1";
version = "2.1.0";

src = fetchPypi {
inherit pname version;
sha256 = "d95e51f15c442d769004774e7b4220155e32dc6c8ae834b035a2f0d8ff783ff0";
sha256 = "bdd08ad65505057b9dc8fc1b5558250bd13aeba681a493080f710ffffc4260a3";
};

propagatedBuildInputs = [ aiohttp ];