mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
(define-public julia-scanbyte
|
||||||
(package
|
(package
|
||||||
(name "julia-scanbyte")
|
(name "julia-scanbyte")
|
||||||
(version "0.3")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5091,7 +5091,7 @@ (define-public julia-scanbyte
|
||||||
(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 "0dqqa3d7c87358144pji6ik8xlki2hj0hkvjs72j5aypfms8rwn3"))))
|
(base32 "1c18hkcb0h6l437v2s02kijjkyly91mqark84czvh8yzxm19hr7k"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-simd))
|
(list julia-simd))
|
||||||
|
|
Loading…
Reference in a new issue