mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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)
|
||||
("mbedtls" ,mbedtls-apache)
|
||||
("curl" ,curl)
|
||||
("libgit2" ,libgit2)
|
||||
("libgit2" ,libgit2-0.28)
|
||||
("libssh2" ,libssh2)
|
||||
("fortran" ,gfortran)
|
||||
("libuv" ,libuv-julia)
|
||||
|
|
Loading…
Reference in a new issue