Unverified Commit 31f4d237 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

python3Packages.meshcore: 2.1.6 -> 2.1.7 (#443887)

parents d103a757 a5686da5
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.6";
  version = "2.1.7";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-aEuY4N4QIJTPjonhtAYG97yIXnxKp1I5kt25pCiJjOM=";
    sha256 = "sha256-VEkpS6FTs7mCjhqFRL6+AisR0IKYrOWbx6irGfsucEc=";
  };

  build-system = [ hatchling ];