mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Update offlineimap 6.5.6 -> 6.5.7
This commit is contained in:
parent
f93a8ee110
commit
5f92dcce36
@ -1,13 +1,13 @@
|
|||||||
{ pkgs, fetchurl, buildPythonPackage, sqlite3 }:
|
{ pkgs, fetchurl, buildPythonPackage, sqlite3 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "6.5.6";
|
version = "6.5.7";
|
||||||
name = "offlineimap-${version}";
|
name = "offlineimap-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz";
|
url = "https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz";
|
||||||
sha256 = "1hr8yxb6r8lmdzzly4hafa1l1z9pfx14rsgc8qiy2zxfpg6ijcn2";
|
sha256 = "18whwc4f8nk8gi3mjw9153c9cvwd3i9i7njmpdbhcplrv33m5pmp";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user