mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #309292 from r-ryantm/auto-update/litecli
litecli: 1.10.1 -> 1.11.0
This commit is contained in:
commit
fd4e0ee921
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "litecli";
|
pname = "litecli";
|
||||||
version = "1.10.1";
|
version = "1.11.0";
|
||||||
disabled = python3Packages.pythonOlder "3.4";
|
disabled = python3Packages.pythonOlder "3.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-N+aAH2vgDV1YU7iIHbH/276bCBfGxhuy2ceWL2z/oI8=";
|
sha256 = "sha256-YW3mjYfSuxi/XmaetrWmjVuTfqgaitQ5wfUaJdHIH1Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user