Unverified Commit dae7d4ce authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 4cd2a82b d19fd842
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.