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 {
|
||||
pname = "statistics";
|
||||
version = "1.5.2";
|
||||
version = "1.5.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gnu-octave";
|
||||
repo = "statistics";
|
||||
rev = "release-${version}";
|
||||
sha256 = "sha256-+Eye29vH4HBfaZRzRNY6J0+wWjh6aCvnq7hZ7M34L2M=";
|
||||
rev = "refs/tags/release-${version}";
|
||||
sha256 = "sha256-gFauFIaXKzcPeNvpWHv5FAxYQvZNh7ELrSUIvn43IfQ=";
|
||||
};
|
||||
|
||||
requiredOctavePackages = [
|
||||
|
|
Loading…
Reference in a new issue