guix-commits
[Top][All Lists]
Advanced

[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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]