mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: julia-exprtools: Update to 0.1.8.
* gnu/packages/julia-xyz.scm (julia-exprtools): Update to 0.1.8.
This commit is contained in:
parent
e8da13598a
commit
ca89740f3b
1 changed files with 2 additions and 2 deletions
|
@ -1775,7 +1775,7 @@ (define-public julia-expronicon
|
|||
(define-public julia-exprtools
|
||||
(package
|
||||
(name "julia-exprtools")
|
||||
(version "0.1.6")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1784,7 +1784,7 @@ (define-public julia-exprtools
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "058ax5d96jpym5w3g37ah1c4xq3fskwpjdhchakzax15vqzy7ab4"))))
|
||||
(base32 "0sxrhc5dz1v53zs8sym4csfy28ki00b7x7aihm2zmkrx48if63gb"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/invenia/ExprTools.jl")
|
||||
(synopsis "Light-weight expression manipulation tools")
|
||||
|
|
Loading…
Reference in a new issue