Merge pull request #280464 from r-ryantm/auto-update/scli

scli: 0.7.2 -> 0.7.3
This commit is contained in:
Mario Rodas 2024-01-12 06:55:15 -05:00 committed by GitHub
commit 050a5abb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "scli";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "isamert";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-7yyORM77oByH1gxx/TNkjJQBsig6ZxsfeI3ijg71oBs=";
sha256 = "sha256-x5NLYqA/sdQkT/8oG/ija/+4+KjRHa1q0T3mqymAuV8=";
};
propagatedBuildInputs = with python3.pkgs; [