gnu: julia-benchmarktools: Update to 0.7.0.

* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 0.7.0.
This commit is contained in:
Efraim Flashner 2021-05-18 20:34:16 +03:00
parent d3006654de
commit 6663d895ed
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -102,7 +102,7 @@ (define-public julia-adapt
(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 @@ (define-public julia-benchmarktools
(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")