Merge pull request #193810 from r-ryantm/auto-update/sagetex

sagetex: 3.6 -> 3.6.1
This commit is contained in:
Mauricio Collares 2022-12-27 19:52:54 -03:00 committed by GitHub
commit a2c1f55586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [