mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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:
parent
d3006654de
commit
6663d895ed
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue