We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16d0a7b + ba5c887 commit 64359a3Copy full SHA for 64359a3
1 file changed
pkgs/development/python-modules/imapclient/default.nix
@@ -8,15 +8,15 @@
8
9
buildPythonPackage rec {
10
pname = "imapclient";
11
- version = "3.0.1";
+ version = "3.1.0";
12
13
format = "setuptools";
14
15
src = fetchFromGitHub {
16
owner = "mjs";
17
repo = "imapclient";
18
tag = version;
19
- hash = "sha256-WY3OLPUwixrL2NSLfNBSSNMXJEoYBL+O6KoglU3Cz9g=";
+ hash = "sha256-J+pB+jXAoZItvaR8o+97sETFYxWj+uslmvsAe/Q0Gzc=";
20
};
21
22
propagatedBuildInputs = [ six ];
0 commit comments