summaryrefslogtreecommitdiff
path: root/gnu/packages/julia-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:13:58 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:43:39 +0300
commitad8c40407c2fa5cfd30e1e65b48f8c5cb2a76b69 (patch)
tree8b02ada61f05eec34c85dc4096be1de81917b5cc /gnu/packages/julia-xyz.scm
parent5d45f7b1d50dd3cc12e74564b8b5221cd28ae82c (diff)
downloadguix-patches-ad8c40407c2fa5cfd30e1e65b48f8c5cb2a76b69.tar
guix-patches-ad8c40407c2fa5cfd30e1e65b48f8c5cb2a76b69.tar.gz
gnu: julia-benchmarktools: Update to 1.1.1.
* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.1.1.
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-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 9b8d8512ab..264a346472 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -261,7 +261,7 @@ the entries on the bands.")
(define-public julia-benchmarktools
(package
(name "julia-benchmarktools")
- (version "0.7.0")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -270,7 +270,7 @@ the entries on the bands.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "000izw9pj7cbh9r35nnwg2ijkb9dpfd5nkl2889b8b2dpsh4fi63"))))
+ (base32 "1xz3kdrphp4b158pg7dwkiry49phs2fjjpdvk1hjpww5ykxacks8"))))
(build-system julia-build-system)
(propagated-inputs `(("julia-json" ,julia-json)))
(home-page "https://github.com/JuliaCI/BenchmarkTools.jl")