lol

octavePackages.statistics: 1.5.4 -> 1.6.0

+2 -2
+2 -2
pkgs/development/octave-modules/statistics/default.nix
··· 6 6 7 7 buildOctavePackage rec { 8 8 pname = "statistics"; 9 - version = "1.5.4"; 9 + version = "1.6.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "gnu-octave"; 13 13 repo = "statistics"; 14 14 rev = "refs/tags/release-${version}"; 15 - sha256 = "sha256-gFauFIaXKzcPeNvpWHv5FAxYQvZNh7ELrSUIvn43IfQ="; 15 + sha256 = "sha256-XJXDiVDg3Nw7a/ih49jtkYRmyvAhTfs3LbBQmw+87oc="; 16 16 }; 17 17 18 18 requiredOctavePackages = [