gnu: julia-scanbyte: Update to 0.4.0.
* gnu/packages/julia-xyz.scm (julia-scanbyte): Update to 0.4.0.
This commit is contained in:
parent
434bb0a4db
commit
be7d68f08b
1 changed files with 2 additions and 2 deletions
|
@ -5530,7 +5530,7 @@ (define-public julia-sass
|
|||
(define-public julia-scanbyte
|
||||
(package
|
||||
(name "julia-scanbyte")
|
||||
(version "0.3.2")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5539,7 +5539,7 @@ (define-public julia-scanbyte
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c18hkcb0h6l437v2s02kijjkyly91mqark84czvh8yzxm19hr7k"))))
|
||||
(base32 "1ww7bbh02s4l917dwkzg9pq71xk0db2rba247vz1xfm24msi8lwj"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-simd))
|
||||
|
|
Loading…
Reference in a new issue