summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:14:00 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:43:40 +0300
commit231387c3bbed068a24c6e02872367b38ffee5d53 (patch)
tree724e5527ae17b0934c6ab44bc08237703ab9f55a /gnu
parent23dbed6f76b63e2bb5640f7f8510f13452433f31 (diff)
downloadguix-patches-231387c3bbed068a24c6e02872367b38ffee5d53.tar
guix-patches-231387c3bbed068a24c6e02872367b38ffee5d53.tar.gz
gnu: julia-exprtools: Update to 0.1.6.
* gnu/packages/julia-xyz.scm (julia-exprtools): Update to 0.1.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/julia-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 78acb69558..09a8eb59b3 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1125,7 +1125,7 @@ before (or after)\".")
(define-public julia-exprtools
(package
(name "julia-exprtools")
- (version "0.1.3")
+ (version "0.1.6")
(source
(origin
(method git-fetch)
@@ -1134,7 +1134,7 @@ before (or after)\".")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lwxi9fx9farf1jdv42gv43xs3f3i3js2xnvr5gf6d0xfx0g6b6a"))))
+ (base32 "058ax5d96jpym5w3g37ah1c4xq3fskwpjdhchakzax15vqzy7ab4"))))
(build-system julia-build-system)
(home-page "https://github.com/invenia/ExprTools.jl")
(synopsis "Light-weight expression manipulation tools")