Skip to content

Commit 3e0c83c

Browse files
author
Jon
authoredNov 29, 2019
Revert "python38Packages.google_resumable_media: 0.4.1 -> 0.5.0"
This reverts commit 95dc1c6.
1 parent 95dc1c6 commit 3e0c83c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google_resumable_media

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/google_resumable_media/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
buildPythonPackage rec {
1212
pname = "google-resumable-media";
13-
version = "0.5.0";
13+
version = "0.4.1";
1414

1515
src = fetchPypi {
1616
inherit pname version;
17-
sha256 = "0aldswz9lsw05a2gx26yjal6lcxhfqpn085zk1czvjz1my4d33ra";
17+
sha256 = "cdeb8fbb3551a665db921023603af2f0d6ac59ad8b48259cb510b8799505775f";
1818
};
1919

2020
checkInputs = [ pytest mock ];

0 commit comments

Comments
 (0)
Please sign in to comment.