[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/19: gnu: julia-benchmarktools: Update to 0.7.0.
From: |
guix-commits |
Subject: |
02/19: gnu: julia-benchmarktools: Update to 0.7.0. |
Date: |
Tue, 18 May 2021 13:42:11 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 6663d895ed91f538f3e1adfcc86de128cc8955b6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 18 20:34:16 2021 +0300
gnu: julia-benchmarktools: Update to 0.7.0.
* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 0.7.0.
---
gnu/packages/julia-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 2dce888..0316a19 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -102,7 +102,7 @@ be GPU compatible without throwing away the wrapper.")
(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 @@ be GPU compatible without throwing away the wrapper.")
(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")
- branch master updated (be528eb -> 25eca2d), guix-commits, 2021/05/18
- 04/19: gnu: julia-chainrulescore: Update to 0.9.43., guix-commits, 2021/05/18
- 05/19: gnu: julia-chainrulestestutils: Update to 0.6.11., guix-commits, 2021/05/18
- 10/19: gnu: julia-finitedifferences: Update to 0.12.6., guix-commits, 2021/05/18
- 02/19: gnu: julia-benchmarktools: Update to 0.7.0.,
guix-commits <=
- 01/19: gnu: julia-adapt: Update to 3.3.0., guix-commits, 2021/05/18
- 03/19: gnu: julia-chainrules: Update to 0.7.65., guix-commits, 2021/05/18
- 06/19: gnu: julia-colors: Update to 0.12.8., guix-commits, 2021/05/18
- 07/19: gnu: julia-colortypes: Update to 0.11.0., guix-commits, 2021/05/18
- 09/19: gnu: julia-constructionbase: Update to 1.2.1., guix-commits, 2021/05/18
- 12/19: gnu: julia-jllwrappers: Update to 1.3.0., guix-commits, 2021/05/18
- 17/19: gnu: julia-uris: Update to 1.3.0., guix-commits, 2021/05/18
- 13/19: gnu: julia-orderedcollections: Update to 1.4.1., guix-commits, 2021/05/18
- 14/19: gnu: julia-offsetarrays: Update to 1.8.0., guix-commits, 2021/05/18
- 15/19: gnu: julia-parsers: Update to 1.1.0., guix-commits, 2021/05/18