tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
octavePackages.statistics: 1.5.4 -> 1.6.0
R. Ryantm
2 years ago
22406377
535734e7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
octave-modules
statistics
default.nix
+2
-2
pkgs/development/octave-modules/statistics/default.nix
···
6
7
buildOctavePackage rec {
8
pname = "statistics";
9
-
version = "1.5.4";
10
11
src = fetchFromGitHub {
12
owner = "gnu-octave";
13
repo = "statistics";
14
rev = "refs/tags/release-${version}";
15
-
sha256 = "sha256-gFauFIaXKzcPeNvpWHv5FAxYQvZNh7ELrSUIvn43IfQ=";
16
};
17
18
requiredOctavePackages = [
···
6
7
buildOctavePackage rec {
8
pname = "statistics";
9
+
version = "1.6.0";
10
11
src = fetchFromGitHub {
12
owner = "gnu-octave";
13
repo = "statistics";
14
rev = "refs/tags/release-${version}";
15
+
sha256 = "sha256-XJXDiVDg3Nw7a/ih49jtkYRmyvAhTfs3LbBQmw+87oc=";
16
};
17
18
requiredOctavePackages = [