about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-music-utils
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-15 20:01:15 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-15 20:17:45 +0100
commitb1ad192bf9a9ba94f4d97a351c8f1e705de9e67e (patch)
tree3ac683c6c1a1d00bc0f9bb0012cf143234771eac /pkgs/development/python-modules/google-music-utils
parentf06bec0e653452dfee9bf45d6960bd0e5b49402e (diff)
python3.pkgs.google-music-utils: 2.0.0 -> 2.1.0
Diffstat (limited to 'pkgs/development/python-modules/google-music-utils')
-rw-r--r--pkgs/development/python-modules/google-music-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-music-utils/default.nix b/pkgs/development/python-modules/google-music-utils/default.nix
index d7fb8a9170762..84f677d4d4e40 100644
--- a/pkgs/development/python-modules/google-music-utils/default.nix
+++ b/pkgs/development/python-modules/google-music-utils/default.nix
@@ -5,14 +5,14 @@
 
 buildPythonPackage rec {
   pname = "google-music-utils";
-  version = "2.0.0";
+  version = "2.1.0";
 
   # Pypi tarball doesn't contain tests
   src = fetchFromGitHub {
     owner = "thebigmunch";
     repo = "google-music-utils";
     rev = version;
-    sha256 = "0i5zcr1ypnxizi41s3lrplz9m9rmb56s5iihjx61kbybxcq2b6gk";
+    sha256 = "0fn4zp0gf1wx2x06dbc840qcq21j4p3ajghxp7646w2n6n9gxhh7";
   };
 
   propagatedBuildInputs = [