signal-export: 3.4.1 -> 3.5.1

This commit is contained in:
R. Ryantm
2025-04-09 10:05:08 +00:00
parent 133091c945
commit df1e1ab4ad
+2 -2
View File
@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "signal-export";
version = "3.4.1";
version = "3.5.1";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "signal_export";
hash = "sha256-EDRPaxan/41srlD7wxKqkeWgqwHXY8p5PHJ7xD2GiuU=";
hash = "sha256-UhLWSYdJEDhZ1zI3nxhJoqeH8JfR4s9Hdp6fJ4UNROQ=";
};
build-system = with python3.pkgs; [