1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

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

http-prompt: 0.11.1 -> 0.11.2
This commit is contained in:
Silvan Mosberger 2018-07-10 20:33:12 +02:00 committed by GitHub
commit 82b90249cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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