mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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
|
@ -6,13 +6,13 @@
|
|||
|
||||
buildOctavePackage rec {
|
||||
pname = "statistics";
|
||||
version = "1.5.4";
|
||||
version = "1.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gnu-octave";
|
||||
repo = "statistics";
|
||||
rev = "refs/tags/release-${version}";
|
||||
sha256 = "sha256-gFauFIaXKzcPeNvpWHv5FAxYQvZNh7ELrSUIvn43IfQ=";
|
||||
sha256 = "sha256-XJXDiVDg3Nw7a/ih49jtkYRmyvAhTfs3LbBQmw+87oc=";
|
||||
};
|
||||
|
||||
requiredOctavePackages = [
|
||||
|
|
Loading…
Reference in a new issue