Skip to content

Commit 41b91b8

Browse files
authored
octavePackages.communications: 1.2.6 -> 1.2.7 (#379498)
2 parents 5e13707 + 730c1f6 commit 41b91b8

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/octave-modules/communications

1 file changed

+2
-2
lines changed

pkgs/development/octave-modules/communications/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
buildOctavePackage rec {
1010
pname = "communications";
11-
version = "1.2.6";
11+
version = "1.2.7";
1212

1313
src = fetchurl {
1414
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
15-
sha256 = "sha256-psQuiBOI1mXXZaH4EesVO91r2ViCc0KrKxKM7Xw+gts=";
15+
sha256 = "sha256-UXaoV45mdmA7n2cB8J3S+/8Nt7uhokyv2MVBm+FK5lw=";
1616
};
1717

1818
buildInputs = [

0 commit comments

Comments
 (0)