Merge pull request #50728 from r-ryantm/auto-update/http-prompt

http-prompt: 0.11.2 -> 1.0.0
This commit is contained in:
Silvan Mosberger 2018-11-20 00:58:48 +01:00 committed by GitHub
commit 172b76a97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
pythonPackages.buildPythonApplication rec {
pname = "http-prompt";
version = "0.11.2";
version = "1.0.0";
name = "${pname}-${version}";
src = fetchFromGitHub {
rev = "v${version}";
repo = "http-prompt";
owner = "eliangcs";
sha256 = "130w3wkb5jbiwm5w0b470nd50gf30vrknmf3knhlgdxdmfb30zjz";
sha256 = "0kngz2izcqjphbrdkg489p0xmf65xjc8ki1a2szcc8sgwc7z74xy";
};
propagatedBuildInputs = with pythonPackages; [