From bb6ac6011f23e5195d99726c0dea2659b9fabf62 Mon Sep 17 00:00:00 2001 From: Tilman Baumann Date: Thu, 30 Oct 2025 12:01:09 +0100 Subject: [PATCH] Nix: Bump python meshcore to 2.1.19 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 88523ec..8cb57c4 100644 --- a/flake.nix +++ b/flake.nix @@ -15,12 +15,12 @@ meshcore = python3Packages.buildPythonPackage rec { pname = "meshcore"; - version = "2.1.18"; + version = "2.1.19"; pyproject = true; src = python3Packages.fetchPypi { inherit pname version; - sha256 = "sha256-hLflGBHG1z0b31oLh5KgXQbrYeBgYtY07fjgULw68tA="; + sha256 = "sha256-R11puo30ozFVqsIZcbNtg/NFukm8ahFzkMVqX4XEIe0="; }; build-system = [python3Packages.hatchling];