gnu: julia-scratch: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-scratch): Update to 1.1.0.master
parent
d964f9d83a
commit
48bb619947
|
@ -3323,7 +3323,7 @@ a loadable module.")
|
||||||
(define-public julia-scratch
|
(define-public julia-scratch
|
||||||
(package
|
(package
|
||||||
(name "julia-scratch")
|
(name "julia-scratch")
|
||||||
(version "1.0.3")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3333,7 +3333,7 @@ a loadable module.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06n0rc7grlg9igkdlrql83q0zpc97bh2hfzj5mw4spfik8ahw2aa"))))
|
"09xni9rrrax17fxjz04j1b48mk9ffww5rcbagh66jklr89mrkqhx"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; Test suite tries to access the Julia package registry.
|
`(#:tests? #f)) ; Test suite tries to access the Julia package registry.
|
||||||
|
|
Reference in New Issue