octavePackages.communications: 1.2.2 -> 1.2.3 (#127747)

This commit is contained in:
Karl H 2021-06-22 08:43:23 -05:00 committed by GitHub
parent a245e51814
commit f185694128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
buildOctavePackage rec {
pname = "communications";
version = "1.2.2";
version = "1.2.3";
src = fetchurl {
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
sha256 = "1xay2vjyadv3ja8dmqqzm2his8s0rvidz23nq1c2yl3xh1gavyck";
sha256 = "1r4r0cia5l5fann1n78c1qdc6q8nizgb09n2fdwb76xnwjan23g3";
};
buildInputs = [