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

signal-export: 1.8.0 -> 1.8.1
This commit is contained in:
maxine 2024-02-06 20:16:27 +01:00 committed by GitHub
commit a9aaa8c5c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "signal-export";
version = "1.8.0";
version = "1.8.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZGF6vT+fjmBL3SGrZ/E6bvcxToTlbAcxspQAnR/Aboo=";
sha256 = "sha256-v4civFGu+CLRTGicQAMSei+k6Iyz0GAznTLEr7ylx24=";
};
nativeBuildInputs = with python3.pkgs; [