Unverified Commit 48facedc authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #301199 from Luflosi/update/satellite

satellite: 0.4.2 -> 0.4.3
parents 88c619a6 dc61fc93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "satellite";
  version = "0.4.2";
  version = "0.4.3";

  pyproject = true;

@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "tpikonen";
    repo = "satellite";
    rev = version;
    hash = "sha256-VPljvbHsPpBvH//LFs1P0YiyMfQxTLHrrxqnVk261hg=";
    hash = "sha256-4L6zbHjWAIJJv2N3XKcfHSZUAUC2FPjK5hT9XGBtQ3w=";
  };

  nativeBuildInputs = [