summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-18 20:34:16 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-18 20:34:16 +0300
commit6663d895ed91f538f3e1adfcc86de128cc8955b6 (patch)
tree537c6ef00795aae77185758ee6300c3e14321151 /gnu
parentd3006654de4d9c0bcf310ea2ac900ff89b7e598a (diff)
downloadguix-6663d895ed91f538f3e1adfcc86de128cc8955b6.tar.gz
gnu: julia-benchmarktools: Update to 0.7.0.
* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 0.7.0.
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 2dce888e6b..0316a19969 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -102,7 +102,7 @@ be GPU compatible without throwing away the wrapper.")
 (define-public julia-benchmarktools
   (package
     (name "julia-benchmarktools")
-    (version "0.5.0")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -111,7 +111,7 @@ be GPU compatible without throwing away the wrapper.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nsx21m3i5h22lkgyrmfj6r085va6ag40khwssqs8y7l0wz98lvp"))))
+        (base32 "000izw9pj7cbh9r35nnwg2ijkb9dpfd5nkl2889b8b2dpsh4fi63"))))
     (build-system julia-build-system)
     (propagated-inputs `(("julia-json" ,julia-json)))
     (home-page "https://github.com/JuliaCI/BenchmarkTools.jl")