Unverified Commit 05811d1e authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

satellite: 0.9.0 -> 0.9.1 (#397071)

parents 577e48d4 64d53339
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -6,11 +6,12 @@
  libadwaita,
  modemmanager,
  wrapGAppsHook4,
  nix-update-script,
}:

python3.pkgs.buildPythonApplication rec {
  pname = "satellite";
  version = "0.9.0";
  version = "0.9.1";

  pyproject = true;

@@ -19,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "tpikonen";
    repo = "satellite";
    tag = version;
    hash = "sha256-w0ZpH1joFoV7W7PH74//LGLUJQLCpAGcC6GlyTbdsTE=";
    hash = "sha256-E/OKdVB+JDP/01ydEgA/B6+GMiVYB4jlPI70TW8HBDU=";
  };

  nativeBuildInputs = [
@@ -42,6 +43,10 @@ python3.pkgs.buildPythonApplication rec {

  strictDeps = true;

  passthru = {
    updateScript = nix-update-script { };
  };

  meta = {
    description = "Program for showing navigation satellite data";
    longDescription = ''