octavePackages.stk: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm 2023-10-12 02:53:50 +00:00
parent 535734e71c
commit a0d5762b01

View file

@ -5,11 +5,11 @@
buildOctavePackage rec {
pname = "stk";
version = "2.8.0";
version = "2.8.1";
src = fetchurl {
url = "https://github.com/stk-kriging/stk/releases/download/${version}/${pname}-${version}-octpkg.tar.gz";
sha256 = "sha256-dgxpw2L7e9o/zimsLPoqW7dEihrrNsks62XtuXt4zTI=";
sha256 = "sha256-wTjM9LUcC8BEj3TNxAz877LqJvuoxWUse9PIZoWGnIU=";
};
meta = with lib; {