gnu: julia-abstracttrees: Update to 0.4.3.

* gnu/packages/julia-xyz.scm (julia-abstracttrees): Update to 0.4.3.
This commit is contained in:
Efraim Flashner 2022-12-08 19:46:45 +02:00
parent 61cbc51a78
commit 1123b6856c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -62,7 +62,7 @@ (define-public julia-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 @@ (define-public julia-abstracttrees
(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")