Skip to content

Commit

Permalink
Merge pull request #309292 from r-ryantm/auto-update/litecli
Browse files Browse the repository at this point in the history
litecli: 1.10.1 -> 1.11.0
  • Loading branch information
wegank committed May 12, 2024
2 parents 87fb399 + b03e486 commit fd4e0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/database/litecli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

python3Packages.buildPythonApplication rec {
pname = "litecli";
version = "1.10.1";
version = "1.11.0";
disabled = python3Packages.pythonOlder "3.4";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-N+aAH2vgDV1YU7iIHbH/276bCBfGxhuy2ceWL2z/oI8=";
sha256 = "sha256-YW3mjYfSuxi/XmaetrWmjVuTfqgaitQ5wfUaJdHIH1Y=";
};

propagatedBuildInputs = with python3Packages; [
Expand Down

0 comments on commit fd4e0ee

Please sign in to comment.