Unverified Commit a1240f6b authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #219171 from doronbehar/pkg/maxima

maxima: 5.45.1 -> 5.46.0
parents 76e9bdef f002f6e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "maxima";
  version = "5.45.1";
  version = "5.46.0";

  src = fetchurl {
    url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
    sha256 = "sha256-/pAWJ2lwvvIUoaJENIVYZEUU1/36pPyLnQ6Hr8u059w=";
    sha256 = "sha256-c5Dwa0jaZckDPosvYpuXi5AFZFSlQCLbfecOIiWqiwc=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "wxmaxima";
  version = "22.12.0";
  version = "23.02.1";

  src = fetchFromGitHub {
    owner = "wxMaxima-developers";
    repo = "wxmaxima";
    rev = "Version-${version}";
    sha256 = "sha256-RT6y4M6LQD1fXJcjtdSXnDmoJvv160g2asdV4WtTcok=";
    sha256 = "sha256-Lrj/oJNmKlCkNbnCGY2TewCospwajKdWgmKkreHzEIU=";
  };

  buildInputs = [