3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #203776 from r-ryantm/auto-update/python310Packages.meshtastic

python310Packages.meshtastic: 2.0.4 -> 2.0.5
This commit is contained in:
Fabian Affolter 2022-11-30 21:02:20 +01:00 committed by GitHub
commit f90e969362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.0.4";
version = "2.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-WPmoK/5pTVv9ueRnR6Gxtj86LM8ChB0dMfEvo+lLmy0=";
hash = "sha256-wzDi4C/XUykoTxgoDneQzWplTlo0bGUODM38Eza4fUY=";
};
propagatedBuildInputs = [