mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: julia: Use libgit2-0.28.
* gnu/packages/julia.scm (julia)[inputs]: Replace libgit2 with libgit2-0.28.
This commit is contained in:
parent
8c73e2f284
commit
354490dfe9
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ (define-public julia
|
||||||
("openlibm" ,openlibm)
|
("openlibm" ,openlibm)
|
||||||
("mbedtls" ,mbedtls-apache)
|
("mbedtls" ,mbedtls-apache)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("libgit2" ,libgit2)
|
("libgit2" ,libgit2-0.28)
|
||||||
("libssh2" ,libssh2)
|
("libssh2" ,libssh2)
|
||||||
("fortran" ,gfortran)
|
("fortran" ,gfortran)
|
||||||
("libuv" ,libuv-julia)
|
("libuv" ,libuv-julia)
|
||||||
|
|
Loading…
Reference in a new issue