mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: julia-imagebase: Update to 0.1.5.
* gnu/packages/julia-xyz.scm (julia-imagebase): Update to 0.1.5.
This commit is contained in:
parent
147a38520e
commit
c0dd27fd98
1 changed files with 10 additions and 5 deletions
|
@ -2552,7 +2552,7 @@ (define-public julia-imageaxes
|
||||||
(define-public julia-imagebase
|
(define-public julia-imagebase
|
||||||
(package
|
(package
|
||||||
(name "julia-imagebase")
|
(name "julia-imagebase")
|
||||||
(version "0.1.1")
|
(version "0.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2561,7 +2561,7 @@ (define-public julia-imagebase
|
||||||
(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 "1n63f2zs6ail9pcl7rzgv3l0z8v1idjsaza3zgvgy7iacxsdpcj2"))))
|
(base32 "00gi268jsyhlkadkkbyiffph6c8yb7zw34px76n6hs7dkfzp6jm3"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; Cycle with ImageMagick.jl.
|
(list #:tests? #f)) ; Cycle with ImageMagick.jl.
|
||||||
|
@ -2569,9 +2569,14 @@ (define-public julia-imagebase
|
||||||
(list julia-imagecore
|
(list julia-imagecore
|
||||||
julia-reexport))
|
julia-reexport))
|
||||||
;(native-inputs
|
;(native-inputs
|
||||||
; `(("julia-imagemagick" ,julia-imagemagick)
|
; (list julia-aqua
|
||||||
; ("julia-offsetarrays" ,julia-offsetarrays)
|
; julia-documenter
|
||||||
; ("julia-testimages" ,julia-testimages)))
|
; julia-imagefiltering
|
||||||
|
; julia-imageio
|
||||||
|
; julia-imagemagick
|
||||||
|
; julia-offsetarrays
|
||||||
|
; jula-statistics
|
||||||
|
; julia-testimages))
|
||||||
(home-page "https://github.com/JuliaImages/ImageBase.jl")
|
(home-page "https://github.com/JuliaImages/ImageBase.jl")
|
||||||
(synopsis "Wrapper package around ImageCore")
|
(synopsis "Wrapper package around ImageCore")
|
||||||
(description "This is a twin package to @code{ImageCore} with functions that
|
(description "This is a twin package to @code{ImageCore} with functions that
|
||||||
|
|
Loading…
Reference in a new issue