From b72d0fcd2708982f349584fce4e5038fbc925c40 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 17 Jan 2026 02:30:26 +0000 Subject: [PATCH] octavePackages.statistics: 1.7.0 -> 1.8.0 --- pkgs/development/octave-modules/statistics/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/octave-modules/statistics/default.nix b/pkgs/development/octave-modules/statistics/default.nix index 3beea0ca2213..290df7cb3873 100644 --- a/pkgs/development/octave-modules/statistics/default.nix +++ b/pkgs/development/octave-modules/statistics/default.nix @@ -7,13 +7,13 @@ buildOctavePackage rec { pname = "statistics"; - version = "1.7.0"; + version = "1.8.0"; src = fetchFromGitHub { owner = "gnu-octave"; repo = "statistics"; tag = "release-${version}"; - hash = "sha256-k1YJtFrm71Th42IceX7roWaFCxU3284Abl8JAKLG9So="; + hash = "sha256-4nwkrnYaFdBkLLbIUJX0U4tytHrSIKltWu7Srx43K5g="; }; requiredOctavePackages = [