summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-11 01:36:33 +0100
committerGitHub <noreply@github.com>2021-01-11 01:36:33 +0100
commit39229a3398f30245dee9c7ad2f17ca8703dd41c4 (patch)
treee7afd8a61f38ec1f1987a7acf0a9d661063884de /pkgs/tools
parent08943980b6158af1f41d2b2048277a43357e1f62 (diff)
parent93f7742d6135ec53fd0197e453ef19fdb10a6184 (diff)
downloadnixpkgs-39229a3398f30245dee9c7ad2f17ca8703dd41c4.tar
nixpkgs-39229a3398f30245dee9c7ad2f17ca8703dd41c4.tar.gz
nixpkgs-39229a3398f30245dee9c7ad2f17ca8703dd41c4.tar.bz2
nixpkgs-39229a3398f30245dee9c7ad2f17ca8703dd41c4.tar.lz
nixpkgs-39229a3398f30245dee9c7ad2f17ca8703dd41c4.tar.xz
nixpkgs-39229a3398f30245dee9c7ad2f17ca8703dd41c4.tar.zst
nixpkgs-39229a3398f30245dee9c7ad2f17ca8703dd41c4.zip
Merge pull request #108572 from fabaff/bump-sortedcollections
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/audio/google-music-scripts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/google-music-scripts/default.nix b/pkgs/tools/audio/google-music-scripts/default.nix
index 272cf902539..481a7ecb75b 100644
--- a/pkgs/tools/audio/google-music-scripts/default.nix
+++ b/pkgs/tools/audio/google-music-scripts/default.nix
@@ -26,11 +26,11 @@ buildPythonApplication rec {
     sha256 = "0apwgj86whrc077dfymvyb4qwj19bawyrx49g4kg364895v0rbbq";
   };
 
-  # pendulum pinning was to prevent PEP517 from trying to build from source
+  # there are already later releases present
   postPatch = ''
     substituteInPlace setup.py \
       --replace "tomlkit>=0.5,<0.6" "tomlkit" \
-      --replace "pendulum>=2.0,<=3.0,!=2.0.5,!=2.1.0" "pendulum"
+      --replace "attrs>=18.2,<19.4" "attrs"
   '';
 
   propagatedBuildInputs = [