Unverified Commit 88ae3598 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

meshcore-cli: 2.1.5 -> 2.1.6 (#440759)

parents 75f5deb7 83887ed8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@

buildPythonPackage rec {
  pname = "meshcore";
  version = "2.1.5";
  version = "2.1.6";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-gXofzLmydfN0Shrrlbwk+6Rr2kARPqypP6+43rHZOJE=";
    sha256 = "sha256-aEuY4N4QIJTPjonhtAYG97yIXnxKp1I5kt25pCiJjOM=";
  };

  build-system = [ hatchling ];