mpfshell: 2020-04-11 -> 0.9.3-unstable-2025-01-09 (#436473)
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonPackage {
|
||||
pname = "mpfshell-unstable";
|
||||
version = "2020-04-11";
|
||||
pname = "mpfshell";
|
||||
version = "0.9.3-unstable-2025-01-09";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wendlers";
|
||||
repo = "mpfshell";
|
||||
rev = "429469fcccbda770fddf7a4277f5db92b1217664";
|
||||
sha256 = "0md6ih9vp65dacqy8gki3b2p4v76xb9ijqmxymk4b4f9z684x2m7";
|
||||
rev = "d290096ede985e8730b2ed02d130befdb65fde4e";
|
||||
hash = "sha256-+AUlBHCzxDKatXrDmmBsf0g4cKZaa9Ui92M0d+49rKo=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
@@ -28,10 +28,10 @@ python3Packages.buildPythonPackage {
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "mp.mpfshell" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/wendlers/mpfshell";
|
||||
description = "Simple shell based file explorer for ESP8266 Micropython based devices";
|
||||
mainProgram = "mpfshell";
|
||||
license = licenses.mit;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user