mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
pythonPackages.IMAPClient: 0.11 -> 0.13
Needed for future update of gmvault.
This commit is contained in:
parent
f038ea0fae
commit
777db492b1
@ -27642,12 +27642,12 @@ in modules // {
|
||||
|
||||
IMAPClient = buildPythonPackage rec {
|
||||
name = "IMAPClient-${version}";
|
||||
version = "0.11";
|
||||
version = "0.13";
|
||||
disabled = isPy34 || isPy35;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://freshfoo.com/projects/IMAPClient/${name}.tar.gz";
|
||||
sha256 = "1w54h8gz25qf6ggazzp6xf7kvsyiadsjfkkk17gm0p6pmzvvccbn";
|
||||
sha256 = "0v7kd1crdbff0rmh4ddm5qszkis6hpk9084qh94al8h7g4y9l3is";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user