signal-export: 3.9.0 -> 3.9.2

This commit is contained in:
phaer
2026-08-22 09:21:48 +02:00
parent c2c4e73e20
commit da49bec53e

View File

@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "signal-export";
version = "3.9.0";
version = "3.9.2";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) version;
pname = "signal_export";
hash = "sha256-iJfbeY1xVWsg95TpZqauTyy9uywWp6jZAdMlZaPDDmQ=";
hash = "sha256-ZAQ/qGpNzlpvFMIxKCDhtm5sez0tATY+l+jvXWaNbIc=";
};
build-system = with python3.pkgs; [