pls: 5.0.0 -> 5.1.2

This commit is contained in:
Arjan Schrijver
2022-06-03 22:40:11 +02:00
parent 0a8e9a1592
commit af2a52be50
+3 -2
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
];