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

scli: 0.7.3 -> 0.7.4
This commit is contained in:
Mario Rodas 2024-03-10 23:40:59 -05:00 committed by GitHub
commit 87b03c1127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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