octavePackages.statistics: 1.6.7 -> 1.7.0 (#282190)

This commit is contained in:
Wolfgang Walther 2024-12-15 18:57:46 +01:00 committed by GitHub
commit c5a8588291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildOctavePackage rec {
pname = "statistics";
version = "1.6.7";
version = "1.7.0";
src = fetchFromGitHub {
owner = "gnu-octave";
repo = "statistics";
rev = "refs/tags/release-${version}";
hash = "sha256-cXAjUiv4xWPrWf7HQg9Y+JkR7ON9iefKFUGbEr9FGNA=";
hash = "sha256-k1YJtFrm71Th42IceX7roWaFCxU3284Abl8JAKLG9So=";
};
requiredOctavePackages = [