octavePackages.miscellaneous: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2026-05-25 05:59:19 +00:00
committed by Karl Hallsby
parent b9cb769b1f
commit 022d82147e
@@ -12,13 +12,13 @@
buildOctavePackage rec {
pname = "miscellaneous";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "gnu-octave";
repo = "octave-miscellaneous";
tag = "release-${version}";
sha256 = "sha256-IF5kBd7RD2+gooRTNtv2XDPJcpIZlsu8QXlO3f3nD/Q=";
sha256 = "sha256-LuqRQefT2Z73113C18YSNvd9OBSr8GFBVVRZw/ucB7k=";
};
nativeBuildInputs = [