dependencies: bumped peppercorn to 0.6 release.

This commit is contained in:
Marcin Kuzminski 2018-11-29 23:31:06 +01:00
parent fb0dfd107d
commit ee02f9559d
2 changed files with 4 additions and 4 deletions

View file

@ -1030,11 +1030,11 @@ self: super: {
};
};
"peppercorn" = super.buildPythonPackage {
name = "peppercorn-0.5";
name = "peppercorn-0.6";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
sha256 = "0jvp144zn7yqk9kbpxc059167mlqk85i5lpvl1niw8gsa5fvl74j";
url = "https://files.pythonhosted.org/packages/e4/77/93085de7108cdf1a0b092ff443872a8f9442c736d7ddebdf2f27627935f4/peppercorn-0.6.tar.gz";
sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn";
};
meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];

View file

@ -45,7 +45,7 @@ paste==2.0.3
pastedeploy==1.5.2
pastescript==2.0.2
pathlib2==2.3.2
peppercorn==0.5
peppercorn==0.6
psutil==5.4.7
psycopg2==2.7.5
py-bcrypt==0.4