mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
octavePackages.statistics: 1.6.0 -> 1.6.7
remove trailing period
This commit is contained in:
parent
e1eb1da9d4
commit
afbd26bca8
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildOctavePackage rec {
|
buildOctavePackage rec {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "1.6.0";
|
version = "1.6.7";
|
||||||
|
|
||||||
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-XJXDiVDg3Nw7a/ih49jtkYRmyvAhTfs3LbBQmw+87oc=";
|
hash = "sha256-cXAjUiv4xWPrWf7HQg9Y+JkR7ON9iefKFUGbEr9FGNA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
requiredOctavePackages = [
|
requiredOctavePackages = [
|
||||||
@ -20,9 +20,9 @@ buildOctavePackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://octave.sourceforge.io/statistics/index.html";
|
homepage = "https://packages.octave.org/statistics";
|
||||||
license = with licenses; [ gpl3Plus publicDomain ];
|
license = with licenses; [ gpl3Plus publicDomain ];
|
||||||
maintainers = with maintainers; [ KarlJoad ];
|
maintainers = with maintainers; [ KarlJoad ];
|
||||||
description = "Additional statistics functions for Octave";
|
description = "Statistics package for GNU Octave";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user