python.pkgs.update_checker: 0.11 -> 0.16
This commit is contained in:
@@ -20556,24 +20556,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
update_checker = buildPythonPackage rec {
|
||||
name = "update_checker-0.11";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/u/update_checker/${name}.tar.gz";
|
||||
sha256 = "681bc7c26cffd1564eb6f0f3170d975a31c2a9f2224a32f80fe954232b86f173";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ requests ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "A python module that will check for package updates";
|
||||
homepage = https://github.com/bboe/update_checker;
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
};
|
||||
update_checker = callPackage ../development/python-modules/update_checker {};
|
||||
|
||||
uritemplate = buildPythonPackage rec {
|
||||
name = "uritemplate-${version}";
|
||||
|
||||
Reference in New Issue
Block a user