gnu: julia-gr: Update to 0.69.5.

* gnu/packages/julia-xyz.scm (julia-gr): Update to 0.69.5.
This commit is contained in:
Efraim Flashner 2023-09-04 19:58:36 +03:00
parent e7c7d40320
commit 71293417f3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2626,7 +2626,7 @@ (define-public julia-gpuarrays
(define-public julia-gr
(package
(name "julia-gr")
(version "0.58.1")
(version "0.69.5")
(source
(origin
(method git-fetch)
@ -2635,7 +2635,7 @@ (define-public julia-gr
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "18zxa1w2wmrf44c5l10qbh99zjdp7h94gxlymh47cf5kj5fc4xmx"))))
(base32 "0i4vb5y1m47x1ispr52h5a5gs544205vpiz4cypd4pr242f96dcb"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-gr-jll))