guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/49: gnu: julia-exprtools: Update to 0.1.6.


From: guix-commits
Subject: 30/49: gnu: julia-exprtools: Update to 0.1.6.
Date: Thu, 29 Jul 2021 07:46:26 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 231387c3bbed068a24c6e02872367b38ffee5d53
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:14:00 2021 +0300

    gnu: julia-exprtools: Update to 0.1.6.
    
    * gnu/packages/julia-xyz.scm (julia-exprtools): Update to 0.1.6.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 78acb69..09a8eb5 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]