gnu: julia-jllwrappers: Update to 1.3.0.
* gnu/packages/julia-xyz.scm (julia-jllwrappers): Update to 1.3.0.
This commit is contained in:
parent
3beb0b806d
commit
23d19ad735
1 changed files with 2 additions and 2 deletions
|
@ -862,7 +862,7 @@ Cassette.")
|
||||||
(define-public julia-jllwrappers
|
(define-public julia-jllwrappers
|
||||||
(package
|
(package
|
||||||
(name "julia-jllwrappers")
|
(name "julia-jllwrappers")
|
||||||
(version "1.2.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -871,7 +871,7 @@ Cassette.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sj3mi2dcc13apqfpy401wic5n0pgbck1p98b2g3zw0mln9s83m4"))))
|
(base32 "0v7xhsv9z16d657yp47vgc86ggc01i1wigqh3n0d7i1s84z7xa0h"))))
|
||||||
(arguments
|
(arguments
|
||||||
;; Wants to download stuff
|
;; Wants to download stuff
|
||||||
'(#:tests? #f
|
'(#:tests? #f
|
||||||
|
|
Reference in a new issue