summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-10-05 22:15:56 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-10-07 08:28:13 +0300
commitf126ac0017c926d07f22bc2c8522f2ef65c1a042 (patch)
treea70658046711bc5fc45b07d7b8434f125befefeb /gnu/packages
parent6178d22ed1c538cc9eee7461788f75f9a246edc0 (diff)
downloadguix-f126ac0017c926d07f22bc2c8522f2ef65c1a042.tar.gz
gnu: julia-aqua: Update to 0.5.1.
* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.1.
Diffstat (limited to 'gnu/packages')
-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 492fdd9175..cbfd68e9af 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -125,7 +125,7 @@ ANSI escape codes to another format.")
 (define-public julia-aqua
   (package
     (name "julia-aqua")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
       (origin
         (method git-fetch)
@@ -134,7 +134,7 @@ ANSI escape codes to another format.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0zcvrwnyhh2kr4d2xv7ps8dh7byw78dx6yb1m9m4dblgscn5kypb"))))
+         (base32 "1g0kyzcdykgs247j72jpc2qqall696jwgb3hnn4cxmbi8bkf7wpk"))))
     (build-system julia-build-system)
     (home-page "https://github.com/JuliaTesting/Aqua.jl")
     (synopsis "Automated quality assurance for Julia packages")