Merge pull request #130483 from alexeyre/update-scli

scli: 0.6.3 -> 0.6.4
This commit is contained in:
Sandro 2021-07-17 22:38:42 +02:00 committed by GitHub
commit abeb1d383a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "scli";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "isamert";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QGVBJKTBo2RckGwW1deM2toRPT73PYDLvr7YVepkQvg=";
sha256 = "0fx9ig08whl7bsii9m1h9wp361ngf1szd8v8yqglgl0x8044fwrk";
};
propagatedBuildInputs = with python3.pkgs; [