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

Commits on Apr 22, 2020

  1. python27Packages.soco: 0.18.1 -> 0.19

    (cherry picked from commit 84b95b4)
    r-ryantm authored and minijackson committed Apr 22, 2020
    Copy the full SHA
    5964eeb View commit details
  2. Merge pull request #85716 from minijackson/release-20.03

    backport: python27Packages.soco: 0.18.1 -> 0.19, remove broken
    worldofpeace authored Apr 22, 2020

    Verified

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

buildPythonPackage rec {
pname = "soco";
version = "0.18.1";
version = "0.19";

src = fetchPypi {
inherit pname version;
sha256 = "de033ad69f86a655f50d407648b3aa2dd9647c69fd7bb317e9adfcd38a1adf4b";
sha256 = "0dgca286vhrabm4r4jj545k895z6w2c70ars06vrjhf9cpgg7qck";
};

postPatch = ''
@@ -27,9 +27,8 @@ buildPythonPackage rec {
];

meta = {
homepage = http://python-soco.com/;
homepage = "http://python-soco.com/";
description = "A CLI and library to control Sonos speakers";
license = lib.licenses.mit;
broken = true;
};
}