guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: julia-abstracttrees: Update to 0.4.3.


From: guix-commits
Subject: 07/16: gnu: julia-abstracttrees: Update to 0.4.3.
Date: Thu, 8 Dec 2022 13:31:17 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1123b6856cea33e5478443375f3866a999fe5b0b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 8 19:46:45 2022 +0200

    gnu: julia-abstracttrees: Update to 0.4.3.
    
    * gnu/packages/julia-xyz.scm (julia-abstracttrees): Update to 0.4.3.
---
 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 dc4347dd55..c9aa339199 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -62,7 +62,7 @@ types/functions defined in AbstractFFTs.")
 (define-public julia-abstracttrees
   (package
     (name "julia-abstracttrees")
-    (version "0.3.4")
+    (version "0.4.3")
     (source
      (origin
        (method git-fetch)
@@ -71,7 +71,7 @@ types/functions defined in AbstractFFTs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16is5n2qa69cci34vfazxsa7ik6q0hbnnqrbrhkq8frh142f1xs8"))))
+        (base32 "04g3b6j4nvxs36rcjm743gwhy0vv0d6pvgx771agjljx109bciyr"))))
     (build-system julia-build-system)
     (home-page "https://juliacollections.github.io/AbstractTrees.jl/stable/";)
     (synopsis "Abstract Julia interfaces for working with trees")



reply via email to

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