Archived
1
0
Fork 0

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 @@ be GPU compatible without throwing away the wrapper.")
(define-public julia-benchmarktools (define-public julia-benchmarktools
(package (package
(name "julia-benchmarktools") (name "julia-benchmarktools")
(version "0.5.0") (version "0.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -111,7 +111,7 @@ be GPU compatible without throwing away the wrapper.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0nsx21m3i5h22lkgyrmfj6r085va6ag40khwssqs8y7l0wz98lvp")))) (base32 "000izw9pj7cbh9r35nnwg2ijkb9dpfd5nkl2889b8b2dpsh4fi63"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs `(("julia-json" ,julia-json))) (propagated-inputs `(("julia-json" ,julia-json)))
(home-page "https://github.com/JuliaCI/BenchmarkTools.jl") (home-page "https://github.com/JuliaCI/BenchmarkTools.jl")