octavePackages.communications: 1.2.4 -> 1.2.6

This commit is contained in:
R. Ryantm 2023-10-12 01:25:18 +00:00
parent 535734e71c
commit 0ed137f665

View File

@ -7,11 +7,11 @@
buildOctavePackage rec { buildOctavePackage rec {
pname = "communications"; pname = "communications";
version = "1.2.4"; version = "1.2.6";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-SfA81UP0c7VgroxSA/RZVVKZ4arl8Uhpf324F7yGFTo="; sha256 = "sha256-psQuiBOI1mXXZaH4EesVO91r2ViCc0KrKxKM7Xw+gts=";
}; };
buildInputs = [ buildInputs = [