satellite: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2026-03-27 10:13:59 +00:00
parent 9ecd4b69ea
commit 09f27cf346

View File

@@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "satellite";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
owner = "tpikonen";
repo = "satellite";
tag = finalAttrs.version;
hash = "sha256-E/OKdVB+JDP/01ydEgA/B6+GMiVYB4jlPI70TW8HBDU=";
hash = "sha256-DubLxsqJsvCbfFD9jNkKHGd2Ur/bT7Ea5bHLijciwtI=";
};
nativeBuildInputs = [