Commit d03162e8 authored by R. RyanTM's avatar R. RyanTM
Browse files

sagetex: 3.6 -> 3.6.1

parent 3b529513
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

stdenv.mkDerivation rec {
  pname = "sagetex";
  version = "3.6";
  version = "3.6.1";
  passthru.tlType = "run";

  src = fetchFromGitHub {
    owner = "sagemath";
    repo = "sagetex";
    rev = "v${version}";
    sha256 = "8iHcJbaY/dh0vmvYyd6zj1ZbuJRaJGb6bUBK1v4gXWU=";
    sha256 = "sha256-OfhbXHbGI+DaDHqZCOGiSHJPHjGuT7ZqSEjKweloW38=";
  };

  buildInputs = [