python3Packages.rns: 0.9.1 -> 0.9.2

Diff: https://github.com/markqvist/Reticulum/compare/0.9.1...0.9.2

Changelog: https://github.com/markqvist/Reticulum/releases/tag/0.9.2
This commit is contained in:
Dionysis Grigoropoulos
2025-02-17 23:36:52 +02:00
parent ba752ffe4f
commit 27d6497ba9
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "rns";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "Reticulum";
tag = version;
hash = "sha256-AR7JMvx5qWPFtMhotO2MlqKH5d/CcGOrvpaB031vTX8=";
hash = "sha256-BnR+gVcV4ul/z6Yoj4KFisBqGK0HOHfsisTNqLPrgF8=";
};
patches = [