Merge pull request #260578 from r-ryantm/auto-update/octavePackages.statistics
octavePackages.statistics: 1.5.4 -> 1.6.0
This commit is contained in:
commit
50583f4f87
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildOctavePackage rec {
|
buildOctavePackage rec {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "1.5.4";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gnu-octave";
|
owner = "gnu-octave";
|
||||||
repo = "statistics";
|
repo = "statistics";
|
||||||
rev = "refs/tags/release-${version}";
|
rev = "refs/tags/release-${version}";
|
||||||
sha256 = "sha256-gFauFIaXKzcPeNvpWHv5FAxYQvZNh7ELrSUIvn43IfQ=";
|
sha256 = "sha256-XJXDiVDg3Nw7a/ih49jtkYRmyvAhTfs3LbBQmw+87oc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
requiredOctavePackages = [
|
requiredOctavePackages = [
|
||||||
|
|
Loading…
Reference in a new issue