mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
python3Packages.google-music: 3.2.1 -> 3.5.0
This commit is contained in:
parent
c38615cc8a
commit
60d5dc598b
1 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
, appdirs
|
||||
, audio-metadata
|
||||
, google-music-proto
|
||||
, httpx
|
||||
, protobuf
|
||||
, requests_oauthlib
|
||||
, tenacity
|
||||
|
@ -9,22 +10,23 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-music";
|
||||
version = "3.2.1";
|
||||
version = "3.5.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "15d543ab31c981bcb9bfb10f588159848ef570fafb6b9d1347f1429a9b1f531a";
|
||||
sha256 = "1agqsbnn72gx88sk736k1pzdn2j8fi7flwqhj5g2qhz3wvkx90yq";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "audio-metadata>=0.3,<0.4" "audio-metadata"
|
||||
--replace "audio-metadata>=0.8,<0.9" "audio-metadata"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
appdirs
|
||||
audio-metadata
|
||||
google-music-proto
|
||||
httpx
|
||||
protobuf
|
||||
requests_oauthlib
|
||||
tenacity
|
||||
|
|
Loading…
Reference in a new issue