Merge pull request #276255 from r-ryantm/auto-update/signal-export

signal-export: 1.6.1 -> 1.7.1
This commit is contained in:
Fabián Heredia Montiel 2023-12-24 01:34:54 -06:00 committed by GitHub
commit 43d4068404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "signal-export";
version = "1.6.1";
version = "1.7.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1efc8jclXE4PQ/K9q1GC0mGqYo5lXXOIYEzz3RDNBGA=";
sha256 = "sha256-OikD5z0Ota0w4PTdLU4cz0YO/bJHAlzy3nup06GtiS4=";
};
nativeBuildInputs = with python3.pkgs; [