3
0
Fork 0
forked from mirrors/nixpkgs

sagetex: 3.6 -> 3.6.1

This commit is contained in:
R. Ryantm 2022-10-01 01:37:04 +00:00
parent 3b5295131d
commit d03162e8bf

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