lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

octavePackages.io: 2.6.4 -> 2.7.0

R. Ryantm d1722bc9 995a6472

+2 -2
+2 -2
pkgs/development/octave-modules/io/default.nix
··· 9 9 10 10 buildOctavePackage rec { 11 11 pname = "io"; 12 - version = "2.6.4"; 12 + version = "2.7.0"; 13 13 14 14 src = fetchurl { 15 15 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; 16 - sha256 = "sha256-p0pAC70ZIn9sB8WFiS3oec165S2CDaH2nxo+PolFL1o="; 16 + sha256 = "sha256-SqSEaLNpeTS/jIVOJ9uriCdgXp3U/jflaDQmXmEwum8="; 17 17 }; 18 18 19 19 buildInputs = [