Merge pull request #24 from mtlynch/2.2.3-flake

Update Nix flake for 2.2.3
This commit is contained in:
fdlamotte 2025-12-16 16:22:58 +01:00 committed by GitHub
commit 57088348e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,12 +17,12 @@
meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-vn/vF4avMDwDLL0EMVrrMWkZrZ1GTiUxGyTBOtKvG1I=";
sha256 = "sha256-lmMflAlrNnfsc10J3CBxor9ftHK10bWyGTbjASJv82s=";
};
build-system = [ python3Packages.hatchling ];