mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
octavePackages.statistics: 1.8.3 -> 1.8.4
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
buildOctavePackage rec {
|
||||
pname = "statistics";
|
||||
version = "1.8.3";
|
||||
version = "1.8.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gnu-octave";
|
||||
repo = "statistics";
|
||||
tag = "release-${version}";
|
||||
hash = "sha256-1u/uXrbRNT14TbW89J8noCnwShD/B/Wz0cpurmsTzTU=";
|
||||
hash = "sha256-aFFGpdcD6ppm/5VYEKd+X2QMRKyU4SkwtJYpK4/L1qI=";
|
||||
};
|
||||
|
||||
requiredOctavePackages = [
|
||||
|
||||
Reference in New Issue
Block a user