mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia-benchmarktools: Update to 1.1.1.
* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.1.1.
This commit is contained in:
parent
5d45f7b1d5
commit
ad8c40407c
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ (define-public julia-bandedmatrices
|
|||
(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 @@ (define-public julia-benchmarktools
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue