dependencies: bumped venusian to 1.1.0
This commit is contained in:
parent
4943b2cd12
commit
2e2a951700
2 changed files with 4 additions and 4 deletions
|
|
@ -1885,13 +1885,13 @@
|
|||
};
|
||||
};
|
||||
venusian = super.buildPythonPackage {
|
||||
name = "venusian-1.0";
|
||||
name = "venusian-1.1.0";
|
||||
buildInputs = with self; [];
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [];
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/86/20/1948e0dfc4930ddde3da8c33612f6a5717c0b4bc28f591a5c5cf014dd390/venusian-1.0.tar.gz";
|
||||
md5 = "dccf2eafb7113759d60c86faf5538756";
|
||||
url = "https://pypi.python.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz";
|
||||
md5 = "56bc5e6756e4bda37bcdb94f74a72b8f";
|
||||
};
|
||||
meta = {
|
||||
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ translationstring==1.3
|
|||
trollius==1.0.4
|
||||
urllib3==1.16
|
||||
URLObject==2.4.0
|
||||
venusian==1.0
|
||||
venusian==1.1.0
|
||||
WebError==0.10.3
|
||||
WebHelpers2==2.0
|
||||
WebHelpers==1.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue