Skip to content

Commit

Permalink
Revert "python38Packages.google_resumable_media: 0.4.1 -> 0.5.0"
Browse files Browse the repository at this point in the history
This reverts commit 95dc1c6.
  • Loading branch information
Jon committed Nov 29, 2019
1 parent 95dc1c6 commit 3e0c83c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,11 +10,11 @@

buildPythonPackage rec {
pname = "google-resumable-media";
version = "0.5.0";
version = "0.4.1";

src = fetchPypi {
inherit pname version;
sha256 = "0aldswz9lsw05a2gx26yjal6lcxhfqpn085zk1czvjz1my4d33ra";
sha256 = "cdeb8fbb3551a665db921023603af2f0d6ac59ad8b48259cb510b8799505775f";
};

checkInputs = [ pytest mock ];
Expand Down

0 comments on commit 3e0c83c

Please sign in to comment.