me
/
guix
Archived
1
0
Fork 0

gnu: julia-compat: Update to 3.32.0.

* gnu/packages/julia-xyz.scm (julia-compat): Update to 3.32.0.
Efraim Flashner 2021-07-29 14:13:59 +03:00
parent ebe8aa846e
commit 9cd7145bcd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -663,7 +663,7 @@ common subexpression elimination.")
(define-public julia-compat
(package
(name "julia-compat")
(version "3.31.0")
(version "3.32.0")
(source
(origin
(method git-fetch)
@ -672,7 +672,7 @@ common subexpression elimination.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "07ij7m4ca399i2bx63kghfhw15wg5pzzrazpaxic1wlpzrpssxfn"))))
(base32 "1zif3dj0a85w7xqbg0chrdhw8dk410zxcqbnkf764xmylwbps498"))))
(build-system julia-build-system)
(home-page "https://github.com/JuliaLang/Compat.jl")
(synopsis "Compatibility across Julia versions")