Skip to content

Commit 64359a3

Browse files
authored
python3Packages.imapclient: 3.0.1 -> 3.1.0 (NixOS#481788)
2 parents 16d0a7b + ba5c887 commit 64359a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/imapclient/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
buildPythonPackage rec {
1010
pname = "imapclient";
11-
version = "3.0.1";
11+
version = "3.1.0";
1212

1313
format = "setuptools";
1414

1515
src = fetchFromGitHub {
1616
owner = "mjs";
1717
repo = "imapclient";
1818
tag = version;
19-
hash = "sha256-WY3OLPUwixrL2NSLfNBSSNMXJEoYBL+O6KoglU3Cz9g=";
19+
hash = "sha256-J+pB+jXAoZItvaR8o+97sETFYxWj+uslmvsAe/Q0Gzc=";
2020
};
2121

2222
propagatedBuildInputs = [ six ];

0 commit comments

Comments
 (0)