Merge pull request #181913 from arjan-s/pls-5.3.0

pls: 5.2.0 -> 5.3.0
This commit is contained in:
Mario Rodas 2022-07-19 00:17:27 -05:00 committed by GitHub
commit cd741cb36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pls";
version = "5.2.0";
version = "5.3.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dhruvkb";
repo = "pls";
rev = version;
sha256 = "sha256-nmADeOVS5qdWsun36eKmeT4kYml0sTXYNa+YUiyNGQY=";
sha256 = "sha256-MtbOrdMTwnKRGlmiisHuGvQ6ScWbAAV8100ruO0MRvM=";
};
nativeBuildInputs = [ python3.pkgs.poetry-core ];