gnu: julia-imagecore: Update to 0.9.1.

* gnu/packages/julia-xyz.scm (julia-imagecore): Update to 0.9.1.
This commit is contained in:
Efraim Flashner 2021-07-29 14:14:02 +03:00
parent a9292ceeca
commit fa86b01662
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1750,7 +1750,7 @@ dependencies.")
(define-public julia-imagecore (define-public julia-imagecore
(package (package
(name "julia-imagecore") (name "julia-imagecore")
(version "0.9.0") (version "0.9.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1759,7 +1759,7 @@ dependencies.")
(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 "0d844lrilw7zjpax8zr5272a9s292wg4qk53mvm0n88yai598zd6")))) (base32 "0h9m3pl3wic1jrgaqkdifz24cya5vxd3m6qdmm37pxg2y2ii2vcq"))))
(build-system julia-build-system) (build-system julia-build-system)
(arguments (arguments
`(#:tests? #f)) ; Cycle with ImageMagick.jl. `(#:tests? #f)) ; Cycle with ImageMagick.jl.