summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-07 21:30:49 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-07 21:30:49 -0700
commita7fe4bbb01d70502faa930e500f6bac8faf512a8 (patch)
treebf8818f7772d659371deb082a56f4ea4e3027560 /pkgs/applications/audio/mopidy
parentd12e7b8d17608bb4415c197eb1c12593cd31b9d2 (diff)
downloadnixlib-a7fe4bbb01d70502faa930e500f6bac8faf512a8.tar
nixlib-a7fe4bbb01d70502faa930e500f6bac8faf512a8.tar.gz
nixlib-a7fe4bbb01d70502faa930e500f6bac8faf512a8.tar.bz2
nixlib-a7fe4bbb01d70502faa930e500f6bac8faf512a8.tar.lz
nixlib-a7fe4bbb01d70502faa930e500f6bac8faf512a8.tar.xz
nixlib-a7fe4bbb01d70502faa930e500f6bac8faf512a8.tar.zst
nixlib-a7fe4bbb01d70502faa930e500f6bac8faf512a8.zip
mopidy-soundcloud: 2.0.2 -> 2.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mopidy-soundcloud/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.1.0 with grep in /nix/store/6gkpzmzc9cfbxcjhivj3dg7rz9cw3ayj-mopidy-soundcloud-2.1.0
- directory tree listing: https://gist.github.com/846defa35810ad1c60db537d7a09e0c7
- du listing: https://gist.github.com/d30dd0f3aab3d0dccd1feaba74758eda
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/soundcloud.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mopidy/soundcloud.nix b/pkgs/applications/audio/mopidy/soundcloud.nix
index 0fda09fd5220..8002feb0f901 100644
--- a/pkgs/applications/audio/mopidy/soundcloud.nix
+++ b/pkgs/applications/audio/mopidy/soundcloud.nix
@@ -2,13 +2,13 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "mopidy-soundcloud";
-  version = "2.0.2";
+  version = "2.1.0";
 
   src = fetchFromGitHub {
     owner = "mopidy";
     repo = "mopidy-soundcloud";
     rev = "v${version}";
-    sha256 = "13n44975n1wwcf7qg1c7drc2bavhjnr9hnq1v0n5hdgyx8ji67gi";
+    sha256 = "131qdm9i0j3ayff0js11qcmbjv50ws5s6iiqr6x5b66ymjl4scfv";
   };
 
   propagatedBuildInputs = [ mopidy ];