Merge pull request #301199 from Luflosi/update/satellite

satellite: 0.4.2 -> 0.4.3
This commit is contained in:
Mario Rodas 2024-04-05 18:43:19 -05:00 committed by GitHub
commit 48facedc66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "satellite"; pname = "satellite";
version = "0.4.2"; version = "0.4.3";
pyproject = true; pyproject = true;
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "tpikonen"; owner = "tpikonen";
repo = "satellite"; repo = "satellite";
rev = version; rev = version;
hash = "sha256-VPljvbHsPpBvH//LFs1P0YiyMfQxTLHrrxqnVk261hg="; hash = "sha256-4L6zbHjWAIJJv2N3XKcfHSZUAUC2FPjK5hT9XGBtQ3w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [