Skip to content

Commit

Permalink
litecli: 1.10.1 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 5, 2024
1 parent 0b98d1a commit b03e486
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 b03e486

Please sign in to comment.