We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 95dc1c6 commit 3e0c83cCopy full SHA for 3e0c83c
pkgs/development/python-modules/google_resumable_media/default.nix
@@ -10,11 +10,11 @@
10
11
buildPythonPackage rec {
12
pname = "google-resumable-media";
13
- version = "0.5.0";
+ version = "0.4.1";
14
15
src = fetchPypi {
16
inherit pname version;
17
- sha256 = "0aldswz9lsw05a2gx26yjal6lcxhfqpn085zk1czvjz1my4d33ra";
+ sha256 = "cdeb8fbb3551a665db921023603af2f0d6ac59ad8b48259cb510b8799505775f";
18
};
19
20
checkInputs = [ pytest mock ];
0 commit comments