mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43: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 {
|
||||
pname = "statistics";
|
||||
version = "1.6.0";
|
||||
version = "1.6.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gnu-octave";
|
||||
repo = "statistics";
|
||||
rev = "refs/tags/release-${version}";
|
||||
sha256 = "sha256-XJXDiVDg3Nw7a/ih49jtkYRmyvAhTfs3LbBQmw+87oc=";
|
||||
hash = "sha256-cXAjUiv4xWPrWf7HQg9Y+JkR7ON9iefKFUGbEr9FGNA=";
|
||||
};
|
||||
|
||||
requiredOctavePackages = [
|
||||
@ -20,9 +20,9 @@ buildOctavePackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://octave.sourceforge.io/statistics/index.html";
|
||||
homepage = "https://packages.octave.org/statistics";
|
||||
license = with licenses; [ gpl3Plus publicDomain ];
|
||||
maintainers = with maintainers; [ KarlJoad ];
|
||||
description = "Additional statistics functions for Octave";
|
||||
description = "Statistics package for GNU Octave";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user