octavePackages.quaternion: 2.4.0 -> 2.4.1 (#466446)

This commit is contained in:
Yohann Boniface
2025-11-30 16:14:17 +00:00
committed by GitHub
@@ -6,11 +6,11 @@
buildOctavePackage rec {
pname = "quaternion";
version = "2.4.0";
version = "2.4.1";
src = fetchurl {
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
sha256 = "040ncksf0xz32qmi4484xs3q01nappxrsvwwa60g04yjy7c4sbac";
sha256 = "sha256-kY5mU7dJuUjprub+LTc1BH6YGdEnP9ydX0lRU0fmOYE=";
};
# Octave replaced many of the is_thing_type check function with isthing.