satellite: 0.4.2 -> 0.4.3

https://codeberg.org/tpikonen/satellite/releases/tag/0.4.3
This commit is contained in:
Luflosi 2024-04-03 11:38:49 +02:00
parent ee457b8b08
commit dc61fc93a2
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [