octavePackages.statistics: 1.5.2 → 1.5.4
This commit is contained in:
parent
3d87986dd0
commit
e8afe3afc4
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildOctavePackage rec {
|
buildOctavePackage rec {
|
||||||
pname = "statistics";
|
pname = "statistics";
|
||||||
version = "1.5.2";
|
version = "1.5.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gnu-octave";
|
owner = "gnu-octave";
|
||||||
repo = "statistics";
|
repo = "statistics";
|
||||||
rev = "release-${version}";
|
rev = "refs/tags/release-${version}";
|
||||||
sha256 = "sha256-+Eye29vH4HBfaZRzRNY6J0+wWjh6aCvnq7hZ7M34L2M=";
|
sha256 = "sha256-gFauFIaXKzcPeNvpWHv5FAxYQvZNh7ELrSUIvn43IfQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
requiredOctavePackages = [
|
requiredOctavePackages = [
|
||||||
|
|
Loading…
Reference in a new issue