Merge pull request #176102 from arjan-s/pls-5.1.1

pls: 5.0.0 -> 5.1.2
This commit is contained in:
Mario Rodas 2022-06-04 19:29:08 -05:00 committed by GitHub
commit 1923efdd20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,20 +2,21 @@
python3.pkgs.buildPythonApplication rec {
pname = "pls";
version = "5.0.0";
version = "5.1.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "dhruvkb";
repo = "pls";
rev = version;
sha256 = "sha256-9AY/xZhjowBRHRDevov677Ov4uJWxbVdB789KxA1dXQ=";
sha256 = "sha256-xJvAAlRVKQHEOz8wbErHCUTcb8Y1otcPEUwTw2lgddo=";
};
nativeBuildInputs = [ python3.pkgs.poetry-core ];
propagatedBuildInputs = with python3.pkgs; [
pyyaml
requests
rich
];