mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: julia-scanbyte: Update to 0.3.2.
* gnu/packages/julia-xyz.scm (julia-scanbyte): Update to 0.3.2.
This commit is contained in:
parent
160974597e
commit
826e6414a4
1 changed files with 2 additions and 2 deletions
|
@ -5082,7 +5082,7 @@ (define-public julia-sass
|
|||
(define-public julia-scanbyte
|
||||
(package
|
||||
(name "julia-scanbyte")
|
||||
(version "0.3")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5091,7 +5091,7 @@ (define-public julia-scanbyte
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dqqa3d7c87358144pji6ik8xlki2hj0hkvjs72j5aypfms8rwn3"))))
|
||||
(base32 "1c18hkcb0h6l437v2s02kijjkyly91mqark84czvh8yzxm19hr7k"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-simd))
|
||||
|
|
Loading…
Reference in a new issue