mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: julia-irtools: Update to 0.4.3.
* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.3.
This commit is contained in:
parent
fa86b01662
commit
4a69ab16ec
1 changed files with 2 additions and 2 deletions
|
@ -2151,7 +2151,7 @@ (define-public julia-iocapture
|
||||||
(define-public julia-irtools
|
(define-public julia-irtools
|
||||||
(package
|
(package
|
||||||
(name "julia-irtools")
|
(name "julia-irtools")
|
||||||
(version "0.4.2")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2160,7 +2160,7 @@ (define-public julia-irtools
|
||||||
(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 "0wwzy77jcdnffnd5fr6xan7162g4wydz67igrq82wflwnrhlcx5y"))))
|
(base32 "11334fcg2slpwcj0raxf457brhf7pxglgxc6cy8q58ggrpxqfqql"))))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ;require Documenter, not packaged yet
|
'(#:tests? #f)) ;require Documenter, not packaged yet
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
|
|
Loading…
Reference in a new issue