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:
Efraim Flashner 2022-12-08 19:46:50 +02:00
parent e8da13598a
commit ca89740f3b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")